#CDF7AA

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

Shades of Reef #CDF7AA

Tints of Reef #CDF7AA

Color information

#CDF7AA (or 0xCDF7AA) is unknown color: approx Reef. HEX triplet: CD, F7 and AA. RGB value is (205,247,170). Sum of RGB (Red+Green+Blue) = 205+247+170=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF7AA is #320855. Grayscale: #E1E1E1. Windows color (decimal): -3278934 or 11204557. OLE color: 11204557.

HSL color Cylindrical-coordinate representation of color #CDF7AA: hue angle of 92.73º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDF7AA is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB205247170-
CMYK0.1700.310.03
HSL92.73º82.8%81.76%-
HSV(B)92.73º31.17%96.86%-
XYZ65.6982.450.47-
YUV225.6696.59113.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 247 (96.88% from 255) = 39.71%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=32.96%
G=39.71%
B=27.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052471700.1700.310.0392.7382.881.76
HexCDF7AA1101F35d5352
Octal315367252210373135123122
Binary1100110111110111101010101000101111111101110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF7AA; }

 p { color: rgb(205,247,170); }

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

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

 a { background-color: rgb(205,247,170); }

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

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

 span { border-color: rgb(205,247,170); }

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