#CDF5AD

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

Shades of Reef #CDF5AD

Tints of Reef #CDF5AD

Color information

#CDF5AD (or 0xCDF5AD) is unknown color: approx Reef. HEX triplet: CD, F5 and AD. RGB value is (205,245,173). Sum of RGB (Red+Green+Blue) = 205+245+173=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF5AD is #320A52. Grayscale: #E1E1E1. Windows color (decimal): -3279443 or 11400653. OLE color: 11400653.

HSL color Cylindrical-coordinate representation of color #CDF5AD: hue angle of 93.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDF5AD is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB205245173-
CMYK0.1600.290.04
HSL93.33º78.26%81.96%-
HSV(B)93.33º29.39%96.08%-
XYZ65.3781.351.78-
YUV224.8398.75113.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 245 (96.09% from 255) = 39.33%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=32.91%
G=39.33%
B=27.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052451730.1600.290.0493.3378.2681.96
HexCDF5AD1001D45d4e52
Octal315365255200354135116122
Binary11001101111101011010110110000011101100101110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF5AD; }

 p { color: rgb(205,245,173); }

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

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

 a { background-color: rgb(205,245,173); }

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

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

 span { border-color: rgb(205,245,173); }

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