Html Css Color HEX #B1FF04 Spring Bud

📋 copy color: '#B1FF04'

red 177 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #B1FF04

Tints of Spring Bud #B1FF04

RGB

 RED value IS 177 (69.53% from 255) = 40.6%

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

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

R = 40.6%
G = 58.49%
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

#B1FF04 (or 0xB1FF04) is known color: Spring Bud. HEX triplet: B1, FF and 04. RGB value is (177,255,4). Sum of RGB (Red+Green+Blue) = 177+255+4=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FF04 is #4E00FB. Grayscale: #CBCBCB. Windows color (decimal): -5112060 or 327601. OLE color: 327601.

HSL color Cylindrical-coordinate representation of color #B1FF04: hue angle of 78.65º 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 #B1FF04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 4 -
CMYK 0.31 0 0.98 0
HSL 78.65º 1% 0.51% -
HSV(B) 78.65º 0.98% 1% -
XYZ 53.91 80.88 12.88 -
YUV 203.06 15.66 109.41 -
System Red Green Blue C M Y K H S L
Decimal 177 255 4 0.31 0 0.98 0 78.65 1 0.51
Hex B1 FF 4 1F 0 62 0 4F 64 33
Octal 261 377 4 37 0 142 0 117 144 63
Binary 10110001 11111111 100 11111 0 1100010 0 1001111 1100100 110011

Color Harmonies of #B1FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FF04

Black with #B1FF04

Text Example


Text Example

White with #B1FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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