#9DEB5D

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

Shades of Conifer #9DEB5D

Tints of Conifer #9DEB5D

Color information

#9DEB5D (or 0x9DEB5D) is unknown color: approx Conifer. HEX triplet: 9D, EB and 5D. RGB value is (157,235,93). Sum of RGB (Red+Green+Blue) = 157+235+93=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEB5D is #6214A2. Grayscale: #C3C3C3. Windows color (decimal): -6427811 or 6155165. OLE color: 6155165.

HSL color Cylindrical-coordinate representation of color #9DEB5D: hue angle of 92.96º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DEB5D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB15723593-
CMYK0.3300.600.08
HSL92.96º78.02%64.31%-
HSV(B)92.96º60.43%92.16%-
XYZ45.5967.3820.96-
YUV195.4970.16100.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=32.37%
G=48.45%
B=19.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal157235930.3300.600.0892.9678.0264.31
Hex9DEB5D2103C85d4e40
Octal2353531354107410135116100
Binary1001110111101011101110110000101111001000101110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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