Html Css Color HEX #B0FE08 Spring Bud

📋 copy color: '#B0FE08'

red 176 ◦ green 254 ◦ blue 8

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

Shades of Spring Bud #B0FE08

Tints of Spring Bud #B0FE08

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.99%

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 40.18%
G = 57.99%
B = 1.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#B0FE08 (or 0xB0FE08) is known color: Spring Bud. HEX triplet: B0, FE and 08. RGB value is (176,254,8). Sum of RGB (Red+Green+Blue) = 176+254+8=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE08 is #4F01F7. Grayscale: #CBCBCB. Windows color (decimal): -5177848 or 589488. OLE color: 589488.

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

Color convert

RGB 176 254 8 -
CMYK 0.31 0 0.97 0.00
HSL 79.02º 0.99% 0.51% -
HSV(B) 79.02º 0.97% 1% -
XYZ 53.39 80.13 12.88 -
YUV 202.63 18.16 109 -
System Red Green Blue C M Y K H S L
Decimal 176 254 8 0.31 0 0.97 0.00 79.02 0.99 0.51
Hex B0 FE 8 1F 0 61 0 4F 63 33
Octal 260 376 10 37 0 141 0 117 143 63
Binary 10110000 11111110 1000 11111 0 1100001 0 1001111 1100011 110011

Color Harmonies of #B0FE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE08

Black with #B0FE08

Text Example


Text Example

White with #B0FE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE08; }

 p { color: rgb(176,254,8); }

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

background-color css

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

 a { background-color: rgb(176,254,8); }

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

border-color css

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

 span { border-color: rgb(176,254,8); }

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