Html Css Color HEX #B9FF0F Spring Bud

📋 copy color: '#B9FF0F'

red 185 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #B9FF0F

Tints of Spring Bud #B9FF0F

RGB

 RED value IS 185 (72.66% from 255) = 40.66%

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

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

R = 40.66%
G = 56.04%
B = 3.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#B9FF0F (or 0xB9FF0F) is known color: Spring Bud. HEX triplet: B9, FF and 0F. RGB value is (185,255,15). Sum of RGB (Red+Green+Blue) = 185+255+15=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF0F is #4600F0. Grayscale: #CFCFCF. Windows color (decimal): -4587761 or 1048505. OLE color: 1048505.

HSL color Cylindrical-coordinate representation of color #B9FF0F: hue angle of 77.5º 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 #B9FF0F is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 185 255 15 -
CMYK 0.27 0 0.94 0
HSL 77.5º 1% 0.53% -
HSV(B) 77.5º 0.94% 1% -
XYZ 55.85 81.87 13.31 -
YUV 206.71 19.81 112.51 -
System Red Green Blue C M Y K H S L
Decimal 185 255 15 0.27 0 0.94 0 77.5 1 0.53
Hex B9 FF F 1B 0 5E 0 4E 64 35
Octal 271 377 17 33 0 136 0 116 144 65
Binary 10111001 11111111 1111 11011 0 1011110 0 1001110 1100100 110101

Color Harmonies of #B9FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FF0F

Black with #B9FF0F

Text Example


Text Example

White with #B9FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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