Html Css Color HEX #B1FE06 Spring Bud

📋 copy color: '#B1FE06'

red 177 ◦ green 254 ◦ blue 6

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

Shades of Spring Bud #B1FE06

Tints of Spring Bud #B1FE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 40.5%
G = 58.12%
B = 1.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#B1FE06 (or 0xB1FE06) is known color: Spring Bud. HEX triplet: B1, FE and 06. RGB value is (177,254,6). Sum of RGB (Red+Green+Blue) = 177+254+6=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FE06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FE06 is #4E01F9. Grayscale: #CBCBCB. Windows color (decimal): -5112314 or 458417. OLE color: 458417.

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

Color convert

RGB 177 254 6 -
CMYK 0.30 0 0.98 0.00
HSL 78.63º 0.99% 0.51% -
HSV(B) 78.63º 0.98% 1% -
XYZ 53.61 80.24 12.84 -
YUV 202.71 16.99 109.67 -
System Red Green Blue C M Y K H S L
Decimal 177 254 6 0.30 0 0.98 0.00 78.63 0.99 0.51
Hex B1 FE 6 1E 0 62 0 4F 63 33
Octal 261 376 6 36 0 142 0 117 143 63
Binary 10110001 11111110 110 11110 0 1100010 0 1001111 1100011 110011

Color Harmonies of #B1FE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FE06

Black with #B1FE06

Text Example


Text Example

White with #B1FE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FE06; }

 p { color: rgb(177,254,6); }

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

background-color css

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

 a { background-color: rgb(177,254,6); }

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

border-color css

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

 span { border-color: rgb(177,254,6); }

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