Html Css Color HEX #B0FD17 Spring Bud

📋 copy color: '#B0FD17'

red 176 ◦ green 253 ◦ blue 23

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

Shades of Spring Bud #B0FD17

Tints of Spring Bud #B0FD17

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.97%

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

R = 38.94%
G = 55.97%
B = 5.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#B0FD17 (or 0xB0FD17) is known color: Spring Bud. HEX triplet: B0, FD and 17. RGB value is (176,253,23). Sum of RGB (Red+Green+Blue) = 176+253+23=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FD17 is #4F02E8. Grayscale: #CCCCCC. Windows color (decimal): -5178089 or 1572272. OLE color: 1572272.

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

Color convert

RGB 176 253 23 -
CMYK 0.30 0 0.91 0.01
HSL 80.09º 0.98% 0.54% -
HSV(B) 80.09º 0.91% 0.99% -
XYZ 53.18 79.54 13.36 -
YUV 203.76 25.99 108.2 -
System Red Green Blue C M Y K H S L
Decimal 176 253 23 0.30 0 0.91 0.01 80.09 0.98 0.54
Hex B0 FD 17 1E 0 5B 1 50 62 36
Octal 260 375 27 36 0 133 1 120 142 66
Binary 10110000 11111101 10111 11110 0 1011011 1 1010000 1100010 110110

Color Harmonies of #B0FD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FD17

Black with #B0FD17

Text Example


Text Example

White with #B0FD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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