#CDFED4

Color #CDFED4 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CDFED4

Tints of Granny Apple #CDFED4

Color information

#CDFED4 (or 0xCDFED4) is unknown color: approx Granny Apple. HEX triplet: CD, FE and D4. RGB value is (205,254,212). Sum of RGB (Red+Green+Blue) = 205+254+212=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFED4 is #32012B. Grayscale: #EAEAEA. Windows color (decimal): -3277100 or 13958861. OLE color: 13958861.

HSL color Cylindrical-coordinate representation of color #CDFED4: hue angle of 128.57º 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 #CDFED4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB205254212-
CMYK0.1900.170.00
HSL128.57º96.08%90%-
HSV(B)128.57º19.29%99.61%-
XYZ72.588.6275.57-
YUV234.56115.27106.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 212 (83.20% from 255) = 31.59%
R=30.55%
G=37.85%
B=31.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052542120.1900.170.00128.5796.0890
HexCDFED413011081605a
Octal315376324230210201140132
Binary1100110111111110110101001001101000101000000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFED4; }

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

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

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

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

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

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

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

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