#9DDD52

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

Shades of Conifer #9DDD52

Tints of Conifer #9DDD52

Color information

#9DDD52 (or 0x9DDD52) is unknown color: approx Conifer. HEX triplet: 9D, DD and 52. RGB value is (157,221,82). Sum of RGB (Red+Green+Blue) = 157+221+82=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD52 is #6222AD. Grayscale: #BABABA. Windows color (decimal): -6431406 or 5430685. OLE color: 5430685.

HSL color Cylindrical-coordinate representation of color #9DDD52: hue angle of 87.63º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DDD52 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB15722182-
CMYK0.2900.630.13
HSL87.63º67.15%59.41%-
HSV(B)87.63º62.9%86.67%-
XYZ41.2859.4917.29-
YUV186.0269.3107.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 82 (32.42% from 255) = 17.83%
R=34.13%
G=48.04%
B=17.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157221820.2900.630.1387.6367.1559.41
Hex9DDD521D03FD58433b
Octal235335122350771513010373
Binary10011101110111011010010111010111111110110110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,221,82); }

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

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

 a { background-color: rgb(157,221,82); }

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

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

 span { border-color: rgb(157,221,82); }

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