Shades of Reef #CFF2AD
Tints of Reef #CFF2AD
RGB
CMYK
RGB Variations
Color information
#CFF2AD (or 0xCFF2AD) is known color: Reef. HEX triplet: CF, F2 and AD. RGB value is (207,242,173). Sum of RGB (Red+Green+Blue) = 207+242+173=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF2AD is #300D52. Grayscale: #DFDFDF. Windows color (decimal): -3149139 or 11399887. OLE color: 11399887.
HSL color Cylindrical-coordinate representation of color #CFF2AD: hue angle of 90.43º 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 #CFF2AD is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 173 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.05 |
| HSL | 90.43º | 0.73% | 0.81% | - |
| HSV(B) | 90.43º | 0.29% | 0.95% | - |
| XYZ | 65.03 | 79.79 | 51.51 | - |
| YUV | 223.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 173 | 0.14 | 0 | 0.29 | 0.05 | 90.43 | 0.73 | 0.81 |
| Hex | CF | F2 | AD | E | 0 | 1D | 5 | 5A | 49 | 51 |
| Octal | 317 | 362 | 255 | 16 | 0 | 35 | 5 | 132 | 111 | 121 |
| Binary | 11001111 | 11110010 | 10101101 | 1110 | 0 | 11101 | 101 | 1011010 | 1001001 | 1010001 |
Color Harmonies of #CFF2AD
Complementary color
Monochromatic Colors of #CFF2AD
Black with #CFF2AD
Text Example
Text Example
White with #CFF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2AD; }
p { color: rgb(207,242,173); }
H1.HeaderClassName
{
color: #CFF2AD;
}
.AnyTagClassName
{
color: #CFF2AD;
}
</style>
background-color css
<style>
a { background-color: #CFF2AD; }
a { background-color: rgb(207,242,173); }
div.DivClassName
{
background-color: #CFF2AD;
}
.BgClassName
{
background-color: #CFF2AD;
}
</style>
border-color css
<style>
span { border-color: #CFF2AD; }
span { border-color: rgb(207,242,173); }
td.TdClassName
{
border-color: #CFF2AD;
}
.TagClassName
{
border-color: #CFF2AD;
}
</style>