#9DDB53

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

Shades of Conifer #9DDB53

Tints of Conifer #9DDB53

Color information

#9DDB53 (or 0x9DDB53) is unknown color: approx Conifer. HEX triplet: 9D, DB and 53. RGB value is (157,219,83). Sum of RGB (Red+Green+Blue) = 157+219+83=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB53 is #6224AC. Grayscale: #B9B9B9. Windows color (decimal): -6431917 or 5495709. OLE color: 5495709.

HSL color Cylindrical-coordinate representation of color #9DDB53: hue angle of 87.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DDB53 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB15721983-
CMYK0.2800.620.14
HSL87.35º65.38%59.22%-
HSV(B)87.35º62.1%85.88%-
XYZ40.858.4617.32-
YUV184.9670.46108.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 219 (85.94% from 255) = 47.71%
BLUE value IS 83 (32.81% from 255) = 18.08%
R=34.20%
G=47.71%
B=18.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157219830.2800.620.1487.3565.3859.22
Hex9DDB531C03EE57413b
Octal235333123340761612710173
Binary10011101110110111010011111000111110111010101111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,83); }

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

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

 a { background-color: rgb(157,219,83); }

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

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

 span { border-color: rgb(157,219,83); }

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