#9DD765

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

Shades of Conifer #9DD765

Tints of Conifer #9DD765

Color information

#9DD765 (or 0x9DD765) is unknown color: approx Conifer. HEX triplet: 9D, D7 and 65. RGB value is (157,215,101). Sum of RGB (Red+Green+Blue) = 157+215+101=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD765 is #62289A. Grayscale: #B9B9B9. Windows color (decimal): -6432923 or 6674333. OLE color: 6674333.

HSL color Cylindrical-coordinate representation of color #9DD765: hue angle of 90.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DD765 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB157215101-
CMYK0.2700.530.16
HSL90.53º58.76%61.96%-
HSV(B)90.53º53.02%84.31%-
XYZ40.5556.7121.12-
YUV184.6680.78108.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 215 (84.38% from 255) = 45.45%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=33.19%
G=45.45%
B=21.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572151010.2700.530.1690.5358.7661.96
Hex9DD7651B035105b3b3e
Octal23532714533065201337376
Binary10011101110101111100101110110110101100001011011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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