Shades of Reef #CFE493
Tints of Reef #CFE493
RGB
CMYK
RGB Variations
Color information
#CFE493 (or 0xCFE493) is known color: Reef. HEX triplet: CF, E4 and 93. RGB value is (207,228,147). Sum of RGB (Red+Green+Blue) = 207+228+147=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE493 is #301B6C. Grayscale: #D4D4D4. Windows color (decimal): -3152749 or 9692367. OLE color: 9692367.
HSL color Cylindrical-coordinate representation of color #CFE493: hue angle of 75.56º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE493 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 147 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.11 |
| HSL | 75.56º | 0.6% | 0.74% | - |
| HSV(B) | 75.56º | 0.36% | 0.89% | - |
| XYZ | 58.74 | 70.86 | 38.18 | - |
| YUV | 212.49 | 91.04 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 147 | 0.09 | 0 | 0.36 | 0.11 | 75.56 | 0.6 | 0.74 |
| Hex | CF | E4 | 93 | 9 | 0 | 24 | B | 4C | 3C | 4A |
| Octal | 317 | 344 | 223 | 11 | 0 | 44 | 13 | 114 | 74 | 112 |
| Binary | 11001111 | 11100100 | 10010011 | 1001 | 0 | 100100 | 1011 | 1001100 | 111100 | 1001010 |
Color Harmonies of #CFE493
Complementary color
Monochromatic Colors of #CFE493
Black with #CFE493
Text Example
Text Example
White with #CFE493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE493; }
p { color: rgb(207,228,147); }
H1.HeaderClassName
{
color: #CFE493;
}
.AnyTagClassName
{
color: #CFE493;
}
</style>
background-color css
<style>
a { background-color: #CFE493; }
a { background-color: rgb(207,228,147); }
div.DivClassName
{
background-color: #CFE493;
}
.BgClassName
{
background-color: #CFE493;
}
</style>
border-color css
<style>
span { border-color: #CFE493; }
span { border-color: rgb(207,228,147); }
td.TdClassName
{
border-color: #CFE493;
}
.TagClassName
{
border-color: #CFE493;
}
</style>