Html Css Color HEX #B0FB17 Spring Bud

📋 copy color: '#B0FB17'

red 176 ◦ green 251 ◦ blue 23

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

Shades of Spring Bud #B0FB17

Tints of Spring Bud #B0FB17

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.78%

 BLUE value IS 23 (9.38% from 255) = 5.11%

R = 39.11%
G = 55.78%
B = 5.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#B0FB17 (or 0xB0FB17) is known color: Spring Bud. HEX triplet: B0, FB and 17. RGB value is (176,251,23). Sum of RGB (Red+Green+Blue) = 176+251+23=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 23 (9.38% from 255 or 5.11% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FB17 is #4F04E8. Grayscale: #CBCBCB. Windows color (decimal): -5178601 or 1571760. OLE color: 1571760.

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

Color convert

RGB 176 251 23 -
CMYK 0.30 0 0.91 0.02
HSL 79.74º 0.97% 0.54% -
HSV(B) 79.74º 0.91% 0.98% -
XYZ 52.56 78.29 13.15 -
YUV 202.58 26.65 109.04 -
System Red Green Blue C M Y K H S L
Decimal 176 251 23 0.30 0 0.91 0.02 79.74 0.97 0.54
Hex B0 FB 17 1E 0 5B 2 50 61 36
Octal 260 373 27 36 0 133 2 120 141 66
Binary 10110000 11111011 10111 11110 0 1011011 10 1010000 1100001 110110

Color Harmonies of #B0FB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB17

Black with #B0FB17

Text Example


Text Example

White with #B0FB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB17; }

 p { color: rgb(176,251,23); }

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

background-color css

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

 a { background-color: rgb(176,251,23); }

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

border-color css

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

 span { border-color: rgb(176,251,23); }

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