#9DEB65

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

Shades of Conifer #9DEB65

Tints of Conifer #9DEB65

Color information

#9DEB65 (or 0x9DEB65) is unknown color: approx Conifer. HEX triplet: 9D, EB and 65. RGB value is (157,235,101). Sum of RGB (Red+Green+Blue) = 157+235+101=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB65 is #62149A. Grayscale: #C4C4C4. Windows color (decimal): -6427803 or 6679453. OLE color: 6679453.

HSL color Cylindrical-coordinate representation of color #9DEB65: hue angle of 94.93º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DEB65 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB157235101-
CMYK0.3300.570.08
HSL94.93º77.01%65.88%-
HSV(B)94.93º57.02%92.16%-
XYZ45.9667.5222.92-
YUV196.474.1699.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 235 (92.19% from 255) = 47.67%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=31.85%
G=47.67%
B=20.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572351010.3300.570.0894.9377.0165.88
Hex9DEB652103985f4d42
Octal2353531454107110137115102
Binary1001110111101011110010110000101110011000101111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,235,101); }

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

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

 a { background-color: rgb(157,235,101); }

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

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

 span { border-color: rgb(157,235,101); }

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