Html Css Color HEX #B0FF42 Green Yellow

📋 copy color: '#B0FF42'

red 176 ◦ green 255 ◦ blue 66

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

Shades of Green Yellow #B0FF42

Tints of Green Yellow #B0FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 51.31%

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 35.41%
G = 51.31%
B = 13.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#B0FF42 (or 0xB0FF42) is known color: Green Yellow. HEX triplet: B0, FF and 42. RGB value is (176,255,66). Sum of RGB (Red+Green+Blue) = 176+255+66=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF42 is #4F00BD. Grayscale: #D2D2D2. Windows color (decimal): -5177534 or 4390832. OLE color: 4390832.

HSL color Cylindrical-coordinate representation of color #B0FF42: hue angle of 85.08º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0FF42 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 66 -
CMYK 0.31 0 0.74 0
HSL 85.08º 1% 0.63% -
HSV(B) 85.08º 0.74% 1% -
XYZ 54.65 81.14 17.94 -
YUV 209.83 46.83 103.87 -
System Red Green Blue C M Y K H S L
Decimal 176 255 66 0.31 0 0.74 0 85.08 1 0.63
Hex B0 FF 42 1F 0 4A 0 55 64 3F
Octal 260 377 102 37 0 112 0 125 144 77
Binary 10110000 11111111 1000010 11111 0 1001010 0 1010101 1100100 111111

Color Harmonies of #B0FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF42

Black with #B0FF42

Text Example


Text Example

White with #B0FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF42; }

 p { color: rgb(176,255,66); }

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

background-color css

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

 a { background-color: rgb(176,255,66); }

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

border-color css

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

 span { border-color: rgb(176,255,66); }

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