#CDFDD9

Color #CDFDD9 Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #CDFDD9

Tints of Off Green #CDFDD9

Color information

#CDFDD9 (or 0xCDFDD9) is unknown color: approx Off Green. HEX triplet: CD, FD and D9. RGB value is (205,253,217). Sum of RGB (Red+Green+Blue) = 205+253+217=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDD9 is #320226. Grayscale: #EAEAEA. Windows color (decimal): -3277351 or 14286285. OLE color: 14286285.

HSL color Cylindrical-coordinate representation of color #CDFDD9: hue angle of 135º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDD9 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB205253217-
CMYK0.1900.140.01
HSL135º92.31%89.8%-
HSV(B)135º18.97%99.22%-
XYZ72.8388.2478.84-
YUV234.54118.1106.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=30.37%
G=37.48%
B=32.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052532170.1900.140.0113592.3189.8
HexCDFDD9130E1875c5a
Octal315375331230161207134132
Binary110011011111110111011001100110111011000011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDD9; }

 p { color: rgb(205,253,217); }

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

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

 a { background-color: rgb(205,253,217); }

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

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

 span { border-color: rgb(205,253,217); }

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