Html Css Color HEX #B0FF04 Spring Bud

📋 copy color: '#B0FF04'

red 176 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #B0FF04

Tints of Spring Bud #B0FF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 40.46%
G = 58.62%
B = 0.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#B0FF04 (or 0xB0FF04) is known color: Spring Bud. HEX triplet: B0, FF and 04. RGB value is (176,255,4). Sum of RGB (Red+Green+Blue) = 176+255+4=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF04 is #4F00FB. Grayscale: #CBCBCB. Windows color (decimal): -5177596 or 327600. OLE color: 327600.

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

Color convert

RGB 176 255 4 -
CMYK 0.31 0 0.98 0
HSL 78.88º 1% 0.51% -
HSV(B) 78.88º 0.98% 1% -
XYZ 53.69 80.76 12.87 -
YUV 202.77 15.83 108.91 -
System Red Green Blue C M Y K H S L
Decimal 176 255 4 0.31 0 0.98 0 78.88 1 0.51
Hex B0 FF 4 1F 0 62 0 4F 64 33
Octal 260 377 4 37 0 142 0 117 144 63
Binary 10110000 11111111 100 11111 0 1100010 0 1001111 1100100 110011

Color Harmonies of #B0FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF04

Black with #B0FF04

Text Example


Text Example

White with #B0FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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