#99F214

Color #99F214 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #99F214

Tints of Spring Bud #99F214

Color information

#99F214 (or 0x99F214) is unknown color: approx Spring Bud. HEX triplet: 99, F2 and 14. RGB value is (153,242,20). Sum of RGB (Red+Green+Blue) = 153+242+20=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #99F214 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F214 is #660DEB. Grayscale: #BEBEBE. Windows color (decimal): -6688236 or 1372825. OLE color: 1372825.

HSL color Cylindrical-coordinate representation of color #99F214: hue angle of 84.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99F214 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB15324220-
CMYK0.3700.920.05
HSL84.05º89.52%51.37%-
HSV(B)84.05º91.74%94.9%-
XYZ45.0270.3311.86-
YUV190.0832.01101.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 242 (94.92% from 255) = 58.31%
BLUE value IS 20 (8.20% from 255) = 4.82%
R=36.87%
G=58.31%
B=4.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal153242200.3700.920.0584.0589.5251.37
Hex99F2142505C5545a33
Octal23136224450134512413263
Binary1001100111110010101001001010101110010110101001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F214; }

 p { color: rgb(153,242,20); }

 H1.HeaderClassName
 {
   color: #99F214;
 }
 .AnyTagClassName
 {
   color: #99F214;
 }
</style>
background-color css

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

 a { background-color: rgb(153,242,20); }

 div.DivClassName
 {
   background-color: #99F214;
 }
 .BgClassName
 {
   background-color: #99F214;
 }
</style>
border-color css

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

 span { border-color: rgb(153,242,20); }

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