Html Css Color HEX #B1FE05 Spring Bud

📋 copy color: '#B1FE05'

red 177 ◦ green 254 ◦ blue 5

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

Shades of Spring Bud #B1FE05

Tints of Spring Bud #B1FE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 40.6%
G = 58.26%
B = 1.15%

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

#B1FE05 (or 0xB1FE05) is known color: Spring Bud. HEX triplet: B1, FE and 05. RGB value is (177,254,5). Sum of RGB (Red+Green+Blue) = 177+254+5=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FE05 is #4E01FA. Grayscale: #CBCBCB. Windows color (decimal): -5112315 or 392881. OLE color: 392881.

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

Color convert

RGB 177 254 5 -
CMYK 0.30 0 0.98 0.00
HSL 78.55º 0.99% 0.51% -
HSV(B) 78.55º 0.98% 1% -
XYZ 53.6 80.24 12.81 -
YUV 202.59 16.49 109.75 -
System Red Green Blue C M Y K H S L
Decimal 177 254 5 0.30 0 0.98 0.00 78.55 0.99 0.51
Hex B1 FE 5 1E 0 62 0 4F 63 33
Octal 261 376 5 36 0 142 0 117 143 63
Binary 10110001 11111110 101 11110 0 1100010 0 1001111 1100011 110011

Color Harmonies of #B1FE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FE05

Black with #B1FE05

Text Example


Text Example

White with #B1FE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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