Shades of Reef #CDF2AC
Tints of Reef #CDF2AC
RGB
CMYK
RGB Variations
Color information
#CDF2AC (or 0xCDF2AC) is known color: Reef. HEX triplet: CD, F2 and AC. RGB value is (205,242,172). Sum of RGB (Red+Green+Blue) = 205+242+172=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF2AC is #320D53. Grayscale: #DFDFDF. Windows color (decimal): -3280212 or 11334349. OLE color: 11334349.
HSL color Cylindrical-coordinate representation of color #CDF2AC: hue angle of 91.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDF2AC is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 172 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.05 |
| HSL | 91.71º | 0.73% | 0.81% | - |
| HSV(B) | 91.71º | 0.29% | 0.95% | - |
| XYZ | 64.38 | 79.46 | 50.97 | - |
| YUV | 222.96 | 99.24 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 172 | 0.15 | 0 | 0.29 | 0.05 | 91.71 | 0.73 | 0.81 |
| Hex | CD | F2 | AC | F | 0 | 1D | 5 | 5C | 49 | 51 |
| Octal | 315 | 362 | 254 | 17 | 0 | 35 | 5 | 134 | 111 | 121 |
| Binary | 11001101 | 11110010 | 10101100 | 1111 | 0 | 11101 | 101 | 1011100 | 1001001 | 1010001 |
Color Harmonies of #CDF2AC
Complementary color
Monochromatic Colors of #CDF2AC
Black with #CDF2AC
Text Example
Text Example
White with #CDF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2AC; }
p { color: rgb(205,242,172); }
H1.HeaderClassName
{
color: #CDF2AC;
}
.AnyTagClassName
{
color: #CDF2AC;
}
</style>
background-color css
<style>
a { background-color: #CDF2AC; }
a { background-color: rgb(205,242,172); }
div.DivClassName
{
background-color: #CDF2AC;
}
.BgClassName
{
background-color: #CDF2AC;
}
</style>
border-color css
<style>
span { border-color: #CDF2AC; }
span { border-color: rgb(205,242,172); }
td.TdClassName
{
border-color: #CDF2AC;
}
.TagClassName
{
border-color: #CDF2AC;
}
</style>