Shades of Reef #CDFDA4
Tints of Reef #CDFDA4
RGB
CMYK
RGB Variations
Color information
#CDFDA4 (or 0xCDFDA4) is known color: Reef. HEX triplet: CD, FD and A4. RGB value is (205,253,164). Sum of RGB (Red+Green+Blue) = 205+253+164=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDA4 is #32025B. Grayscale: #E4E4E4. Windows color (decimal): -3277404 or 10812877. OLE color: 10812877.
HSL color Cylindrical-coordinate representation of color #CDFDA4: hue angle of 92.36º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDFDA4 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 164 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.01 |
| HSL | 92.36º | 0.96% | 0.82% | - |
| HSV(B) | 92.36º | 0.35% | 0.99% | - |
| XYZ | 67 | 85.91 | 48.17 | - |
| YUV | 228.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 164 | 0.19 | 0 | 0.35 | 0.01 | 92.36 | 0.96 | 0.82 |
| Hex | CD | FD | A4 | 13 | 0 | 23 | 1 | 5C | 60 | 52 |
| Octal | 315 | 375 | 244 | 23 | 0 | 43 | 1 | 134 | 140 | 122 |
| Binary | 11001101 | 11111101 | 10100100 | 10011 | 0 | 100011 | 1 | 1011100 | 1100000 | 1010010 |
Color Harmonies of #CDFDA4
Complementary color
Monochromatic Colors of #CDFDA4
Black with #CDFDA4
Text Example
Text Example
White with #CDFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDA4; }
p { color: rgb(205,253,164); }
H1.HeaderClassName
{
color: #CDFDA4;
}
.AnyTagClassName
{
color: #CDFDA4;
}
</style>
background-color css
<style>
a { background-color: #CDFDA4; }
a { background-color: rgb(205,253,164); }
div.DivClassName
{
background-color: #CDFDA4;
}
.BgClassName
{
background-color: #CDFDA4;
}
</style>
border-color css
<style>
span { border-color: #CDFDA4; }
span { border-color: rgb(205,253,164); }
td.TdClassName
{
border-color: #CDFDA4;
}
.TagClassName
{
border-color: #CDFDA4;
}
</style>