Html Css Color HEX #B0F122 Green Yellow

📋 copy color: '#B0F122'

red 176 ◦ green 241 ◦ blue 34

#B0F122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #B0F122

Tints of Green Yellow #B0F122

RGB

 RED value IS 176 (69.14% from 255) = 39.02%

 GREEN value IS 241 (94.53% from 255) = 53.44%

 BLUE value IS 34 (13.67% from 255) = 7.54%

R = 39.02%
G = 53.44%
B = 7.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0F122 (or 0xB0F122) is known color: Green Yellow. HEX triplet: B0, F1 and 22. RGB value is (176,241,34). Sum of RGB (Red+Green+Blue) = 176+241+34=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F122 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F122 is #4F0EDD. Grayscale: #C6C6C6. Windows color (decimal): -5181150 or 2290096. OLE color: 2290096.

HSL color Cylindrical-coordinate representation of color #B0F122: hue angle of 78.84º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0F122 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 34 -
CMYK 0.27 0 0.86 0.05
HSL 78.84º 0.88% 0.54% -
HSV(B) 78.84º 0.86% 0.95% -
XYZ 49.65 72.26 12.84 -
YUV 197.97 35.47 112.33 -
System Red Green Blue C M Y K H S L
Decimal 176 241 34 0.27 0 0.86 0.05 78.84 0.88 0.54
Hex B0 F1 22 1B 0 56 5 4F 58 36
Octal 260 361 42 33 0 126 5 117 130 66
Binary 10110000 11110001 100010 11011 0 1010110 101 1001111 1011000 110110

Color Harmonies of #B0F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F122

Black with #B0F122

Text Example


Text Example

White with #B0F122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F122; }

 p { color: rgb(176,241,34); }

 H1.HeaderClassName
 {
   color: #B0F122;
 }
 .AnyTagClassName
 {
   color: #B0F122;
 }
</style>

background-color css

<style>
 a { background-color: #B0F122; }

 a { background-color: rgb(176,241,34); }

 div.DivClassName
 {
   background-color: #B0F122;
 }
 .BgClassName
 {
   background-color: #B0F122;
 }
</style>

border-color css

<style>
 span { border-color: #B0F122; }

 span { border-color: rgb(176,241,34); }

 td.TdClassName
 {
   border-color: #B0F122;
 }
 .TagClassName
 {
   border-color: #B0F122;
 }
</style>