#9DDC53

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

Shades of Conifer #9DDC53

Tints of Conifer #9DDC53

Color information

#9DDC53 (or 0x9DDC53) is unknown color: approx Conifer. HEX triplet: 9D, DC and 53. RGB value is (157,220,83). Sum of RGB (Red+Green+Blue) = 157+220+83=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC53 is #6223AC. Grayscale: #BABABA. Windows color (decimal): -6431661 or 5495965. OLE color: 5495965.

HSL color Cylindrical-coordinate representation of color #9DDC53: hue angle of 87.59º degrees, saturation: 0.66, 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 #9DDC53 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB15722083-
CMYK0.2900.620.14
HSL87.59º66.18%59.41%-
HSV(B)87.59º62.27%86.27%-
XYZ41.0658.9817.4-
YUV185.5470.13107.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 220 (86.33% from 255) = 47.83%
BLUE value IS 83 (32.81% from 255) = 18.04%
R=34.13%
G=47.83%
B=18.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157220830.2900.620.1487.5966.1859.41
Hex9DDC531D03EE58423b
Octal235334123350761613010273
Binary10011101110111001010011111010111110111010110001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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