Html Css Color HEX #B0FF0F Spring Bud

📋 copy color: '#B0FF0F'

red 176 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #B0FF0F

Tints of Spring Bud #B0FF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 57.17%

 BLUE value IS 15 (6.25% from 255) = 3.36%

R = 39.46%
G = 57.17%
B = 3.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#B0FF0F (or 0xB0FF0F) is known color: Spring Bud. HEX triplet: B0, FF and 0F. RGB value is (176,255,15). Sum of RGB (Red+Green+Blue) = 176+255+15=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF0F is #4F00F0. Grayscale: #CCCCCC. Windows color (decimal): -5177585 or 1048496. OLE color: 1048496.

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

Color convert

RGB 176 255 15 -
CMYK 0.31 0 0.94 0
HSL 79.75º 1% 0.53% -
HSV(B) 79.75º 0.94% 1% -
XYZ 53.75 80.78 13.21 -
YUV 204.02 21.33 108.01 -
System Red Green Blue C M Y K H S L
Decimal 176 255 15 0.31 0 0.94 0 79.75 1 0.53
Hex B0 FF F 1F 0 5E 0 50 64 35
Octal 260 377 17 37 0 136 0 120 144 65
Binary 10110000 11111111 1111 11111 0 1011110 0 1010000 1100100 110101

Color Harmonies of #B0FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FF0F

Black with #B0FF0F

Text Example


Text Example

White with #B0FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FF0F; }

 p { color: rgb(176,255,15); }

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

background-color css

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

 a { background-color: rgb(176,255,15); }

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

border-color css

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

 span { border-color: rgb(176,255,15); }

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