Shades of Reef #CDFEA3
Tints of Reef #CDFEA3
RGB
CMYK
RGB Variations
Color information
#CDFEA3 (or 0xCDFEA3) is known color: Reef. HEX triplet: CD, FE and A3. RGB value is (205,254,163). Sum of RGB (Red+Green+Blue) = 205+254+163=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFEA3 is #32015C. Grayscale: #E5E5E5. Windows color (decimal): -3277149 or 10747597. OLE color: 10747597.
HSL color Cylindrical-coordinate representation of color #CDFEA3: hue angle of 92.31º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDFEA3 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 163 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.00 |
| HSL | 92.31º | 0.98% | 0.82% | - |
| HSV(B) | 92.31º | 0.36% | 1% | - |
| XYZ | 67.23 | 86.51 | 47.8 | - |
| YUV | 228.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 163 | 0.19 | 0 | 0.36 | 0.00 | 92.31 | 0.98 | 0.82 |
| Hex | CD | FE | A3 | 13 | 0 | 24 | 0 | 5C | 62 | 52 |
| Octal | 315 | 376 | 243 | 23 | 0 | 44 | 0 | 134 | 142 | 122 |
| Binary | 11001101 | 11111110 | 10100011 | 10011 | 0 | 100100 | 0 | 1011100 | 1100010 | 1010010 |
Color Harmonies of #CDFEA3
Complementary color
Monochromatic Colors of #CDFEA3
Black with #CDFEA3
Text Example
Text Example
White with #CDFEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEA3; }
p { color: rgb(205,254,163); }
H1.HeaderClassName
{
color: #CDFEA3;
}
.AnyTagClassName
{
color: #CDFEA3;
}
</style>
background-color css
<style>
a { background-color: #CDFEA3; }
a { background-color: rgb(205,254,163); }
div.DivClassName
{
background-color: #CDFEA3;
}
.BgClassName
{
background-color: #CDFEA3;
}
</style>
border-color css
<style>
span { border-color: #CDFEA3; }
span { border-color: rgb(205,254,163); }
td.TdClassName
{
border-color: #CDFEA3;
}
.TagClassName
{
border-color: #CDFEA3;
}
</style>