#CDFED6

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

Shades of Off Green #CDFED6

Tints of Off Green #CDFED6

Color information

#CDFED6 (or 0xCDFED6) is unknown color: approx Off Green. HEX triplet: CD, FE and D6. RGB value is (205,254,214). Sum of RGB (Red+Green+Blue) = 205+254+214=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFED6 is #320129. Grayscale: #EAEAEA. Windows color (decimal): -3277098 or 14089933. OLE color: 14089933.

HSL color Cylindrical-coordinate representation of color #CDFED6: hue angle of 131.02º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFED6 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB205254214-
CMYK0.1900.160.00
HSL131.02º96.08%90%-
HSV(B)131.02º19.29%99.61%-
XYZ72.7688.7276.91-
YUV234.79116.27106.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 214 (83.98% from 255) = 31.80%
R=30.46%
G=37.74%
B=31.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052542140.1900.160.00131.0296.0890
HexCDFED613010083605a
Octal315376326230200203140132
Binary1100110111111110110101101001101000001000001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFED6; }

 p { color: rgb(205,254,214); }

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

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

 a { background-color: rgb(205,254,214); }

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

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

 span { border-color: rgb(205,254,214); }

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