#99D75C

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

Shades of Conifer #99D75C

Tints of Conifer #99D75C

Color information

#99D75C (or 0x99D75C) is unknown color: approx Conifer. HEX triplet: 99, D7 and 5C. RGB value is (153,215,92). Sum of RGB (Red+Green+Blue) = 153+215+92=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #99D75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D75C is #6628A3. Grayscale: #B6B6B6. Windows color (decimal): -6695076 or 6084505. OLE color: 6084505.

HSL color Cylindrical-coordinate representation of color #99D75C: hue angle of 90.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99D75C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15321592-
CMYK0.2900.570.16
HSL90.24º60.59%60.2%-
HSV(B)90.24º57.21%84.31%-
XYZ39.3756.1518.89-
YUV182.4476.96107-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 215 (84.38% from 255) = 46.74%
BLUE value IS 92 (36.33% from 255) = 20%
R=33.26%
G=46.74%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153215920.2900.570.1690.2460.5960.2
Hex99D75C1D039105a3d3c
Octal23132713435071201327574
Binary10011001110101111011100111010111001100001011010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,92); }

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

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

 a { background-color: rgb(153,215,92); }

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

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

 span { border-color: rgb(153,215,92); }

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