#9DD564

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

Shades of Conifer #9DD564

Tints of Conifer #9DD564

Color information

#9DD564 (or 0x9DD564) is unknown color: approx Conifer. HEX triplet: 9D, D5 and 64. RGB value is (157,213,100). Sum of RGB (Red+Green+Blue) = 157+213+100=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD564 is #622A9B. Grayscale: #B7B7B7. Windows color (decimal): -6433436 or 6608285. OLE color: 6608285.

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

Color convert

RGB157213100-
CMYK0.2600.530.16
HSL89.73º57.36%61.37%-
HSV(B)89.73º53.05%83.53%-
XYZ4055.6820.7-
YUV183.3780.95109.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 100 (39.45% from 255) = 21.28%
R=33.40%
G=45.32%
B=21.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131000.2600.530.1689.7357.3661.37
Hex9DD5641A035105a393d
Octal23532514432065201327175
Binary10011101110101011100100110100110101100001011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,213,100); }

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

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

 a { background-color: rgb(157,213,100); }

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

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

 span { border-color: rgb(157,213,100); }

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