Html Css Color HEX #B0FE10 Spring Bud

📋 copy color: '#B0FE10'

red 176 ◦ green 254 ◦ blue 16

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

Shades of Spring Bud #B0FE10

Tints of Spring Bud #B0FE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.59%

R = 39.46%
G = 56.95%
B = 3.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#B0FE10 (or 0xB0FE10) is known color: Spring Bud. HEX triplet: B0, FE and 10. RGB value is (176,254,16). Sum of RGB (Red+Green+Blue) = 176+254+16=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE10 is #4F01EF. Grayscale: #CCCCCC. Windows color (decimal): -5177840 or 1113776. OLE color: 1113776.

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

Color convert

RGB 176 254 16 -
CMYK 0.31 0 0.94 0.00
HSL 79.66º 0.99% 0.53% -
HSV(B) 79.66º 0.94% 1% -
XYZ 53.44 80.15 13.14 -
YUV 203.55 22.16 108.35 -
System Red Green Blue C M Y K H S L
Decimal 176 254 16 0.31 0 0.94 0.00 79.66 0.99 0.53
Hex B0 FE 10 1F 0 5E 0 50 63 35
Octal 260 376 20 37 0 136 0 120 143 65
Binary 10110000 11111110 10000 11111 0 1011110 0 1010000 1100011 110101

Color Harmonies of #B0FE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE10

Black with #B0FE10

Text Example


Text Example

White with #B0FE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE10; }

 p { color: rgb(176,254,16); }

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

background-color css

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

 a { background-color: rgb(176,254,16); }

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

border-color css

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

 span { border-color: rgb(176,254,16); }

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