#9DCD56

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

Shades of Conifer #9DCD56

Tints of Conifer #9DCD56

Color information

#9DCD56 (or 0x9DCD56) is unknown color: approx Conifer. HEX triplet: 9D, CD and 56. RGB value is (157,205,86). Sum of RGB (Red+Green+Blue) = 157+205+86=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD56 is #6232A9. Grayscale: #B1B1B1. Windows color (decimal): -6435498 or 5688733. OLE color: 5688733.

HSL color Cylindrical-coordinate representation of color #9DCD56: hue angle of 84.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DCD56 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB15720586-
CMYK0.2300.580.20
HSL84.2º54.34%57.06%-
HSV(B)84.2º58.05%80.39%-
XYZ37.4251.516.77-
YUV177.0876.6113.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 205 (80.47% from 255) = 45.76%
BLUE value IS 86 (33.98% from 255) = 19.20%
R=35.04%
G=45.76%
B=19.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157205860.2300.580.2084.254.3457.06
Hex9DCD561703A14543639
Octal23531512627072241246671
Binary10011101110011011010110101110111010101001010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,86); }

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

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

 a { background-color: rgb(157,205,86); }

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

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

 span { border-color: rgb(157,205,86); }

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