#9DF65D

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

Shades of Conifer #9DF65D

Tints of Conifer #9DF65D

Color information

#9DF65D (or 0x9DF65D) is unknown color: approx Conifer. HEX triplet: 9D, F6 and 5D. RGB value is (157,246,93). Sum of RGB (Red+Green+Blue) = 157+246+93=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 246 (96.48% from 255 or 49.60% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF65D is #6209A2. Grayscale: #CACACA. Windows color (decimal): -6424995 or 6157981. OLE color: 6157981.

HSL color Cylindrical-coordinate representation of color #9DF65D: hue angle of 94.9º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF65D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB15724693-
CMYK0.3600.620.04
HSL94.9º89.47%66.47%-
HSV(B)94.9º62.2%96.47%-
XYZ48.8473.8722.04-
YUV201.9566.5195.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 246 (96.48% from 255) = 49.60%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=31.65%
G=49.60%
B=18.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal157246930.3600.620.0494.989.4766.47
Hex9DF65D2403E45f5942
Octal235366135440764137131102
Binary100111011111011010111011001000111110100101111110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DF65D; }

 p { color: rgb(157,246,93); }

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

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

 a { background-color: rgb(157,246,93); }

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

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

 span { border-color: rgb(157,246,93); }

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