Html Css Color HEX #B9FF12 Spring Bud

📋 copy color: '#B9FF12'

red 185 ◦ green 255 ◦ blue 18

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

Shades of Spring Bud #B9FF12

Tints of Spring Bud #B9FF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.93%

R = 40.39%
G = 55.68%
B = 3.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#B9FF12 (or 0xB9FF12) is known color: Spring Bud. HEX triplet: B9, FF and 12. RGB value is (185,255,18). Sum of RGB (Red+Green+Blue) = 185+255+18=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF12 is #4600ED. Grayscale: #CFCFCF. Windows color (decimal): -4587758 or 1245113. OLE color: 1245113.

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

Color convert

RGB 185 255 18 -
CMYK 0.27 0 0.93 0
HSL 77.72º 1% 0.54% -
HSV(B) 77.72º 0.93% 1% -
XYZ 55.88 81.88 13.43 -
YUV 207.05 21.31 112.27 -
System Red Green Blue C M Y K H S L
Decimal 185 255 18 0.27 0 0.93 0 77.72 1 0.54
Hex B9 FF 12 1B 0 5D 0 4E 64 36
Octal 271 377 22 33 0 135 0 116 144 66
Binary 10111001 11111111 10010 11011 0 1011101 0 1001110 1100100 110110

Color Harmonies of #B9FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FF12

Black with #B9FF12

Text Example


Text Example

White with #B9FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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