Html Css Color HEX #B0FC09 Spring Bud

📋 copy color: '#B0FC09'

red 176 ◦ green 252 ◦ blue 9

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

Shades of Spring Bud #B0FC09

Tints of Spring Bud #B0FC09

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.67%

 BLUE value IS 9 (3.91% from 255) = 2.06%

R = 40.27%
G = 57.67%
B = 2.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#B0FC09 (or 0xB0FC09) is known color: Spring Bud. HEX triplet: B0, FC and 09. RGB value is (176,252,9). Sum of RGB (Red+Green+Blue) = 176+252+9=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 252 (98.83% from 255 or 57.67% from 437); Blue value is 9 (3.91% from 255 or 2.06% from 437); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC09 is #4F03F6. Grayscale: #CACACA. Windows color (decimal): -5178359 or 654512. OLE color: 654512.

HSL color Cylindrical-coordinate representation of color #B0FC09: hue angle of 78.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0FC09 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 9 -
CMYK 0.30 0 0.96 0.01
HSL 78.77º 0.98% 0.51% -
HSV(B) 78.77º 0.96% 0.99% -
XYZ 52.76 78.87 12.7 -
YUV 201.57 19.32 109.76 -
System Red Green Blue C M Y K H S L
Decimal 176 252 9 0.30 0 0.96 0.01 78.77 0.98 0.51
Hex B0 FC 9 1E 0 60 1 4F 62 33
Octal 260 374 11 36 0 140 1 117 142 63
Binary 10110000 11111100 1001 11110 0 1100000 1 1001111 1100010 110011

Color Harmonies of #B0FC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC09

Black with #B0FC09

Text Example


Text Example

White with #B0FC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC09; }

 p { color: rgb(176,252,9); }

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

background-color css

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

 a { background-color: rgb(176,252,9); }

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

border-color css

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

 span { border-color: rgb(176,252,9); }

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