#99FD60

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

Shades of Conifer #99FD60

Tints of Conifer #99FD60

Color information

#99FD60 (or 0x99FD60) is unknown color: approx Conifer. HEX triplet: 99, FD and 60. RGB value is (153,253,96). Sum of RGB (Red+Green+Blue) = 153+253+96=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #99FD60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FD60 is #66029F. Grayscale: #CDCDCD. Windows color (decimal): -6685344 or 6356377. OLE color: 6356377.

HSL color Cylindrical-coordinate representation of color #99FD60: hue angle of 98.22º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99FD60 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB15325396-
CMYK0.4000.620.01
HSL98.22º97.52%68.43%-
HSV(B)98.22º62.06%99.22%-
XYZ50.3777.8723.44-
YUV205.266.3790.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 96 (37.89% from 255) = 19.12%
R=30.48%
G=50.40%
B=19.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal153253960.4000.620.0198.2297.5268.43
Hex99FD602803E1626244
Octal231375140500761142142104
Binary1001100111111101110000010100001111101110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,253,96); }

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

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

 a { background-color: rgb(153,253,96); }

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

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

 span { border-color: rgb(153,253,96); }

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