Html Css Color HEX #B1FE16 Spring Bud

📋 copy color: '#B1FE16'

red 177 ◦ green 254 ◦ blue 22

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

Shades of Spring Bud #B1FE16

Tints of Spring Bud #B1FE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.86%

R = 39.07%
G = 56.07%
B = 4.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#B1FE16 (or 0xB1FE16) is known color: Spring Bud. HEX triplet: B1, FE and 16. RGB value is (177,254,22). Sum of RGB (Red+Green+Blue) = 177+254+22=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FE16 is #4E01E9. Grayscale: #CDCDCD. Windows color (decimal): -5112298 or 1506993. OLE color: 1506993.

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

Color convert

RGB 177 254 22 -
CMYK 0.30 0 0.91 0.00
HSL 79.91º 0.99% 0.54% -
HSV(B) 79.91º 0.91% 1% -
XYZ 53.72 80.29 13.43 -
YUV 204.53 24.99 108.36 -
System Red Green Blue C M Y K H S L
Decimal 177 254 22 0.30 0 0.91 0.00 79.91 0.99 0.54
Hex B1 FE 16 1E 0 5B 0 50 63 36
Octal 261 376 26 36 0 133 0 120 143 66
Binary 10110001 11111110 10110 11110 0 1011011 0 1010000 1100011 110110

Color Harmonies of #B1FE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FE16

Black with #B1FE16

Text Example


Text Example

White with #B1FE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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