Shades of Reef #CFE793
Tints of Reef #CFE793
RGB
CMYK
RGB Variations
Color information
#CFE793 (or 0xCFE793) is known color: Reef. HEX triplet: CF, E7 and 93. RGB value is (207,231,147). Sum of RGB (Red+Green+Blue) = 207+231+147=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE793 is #30186C. Grayscale: #D6D6D6. Windows color (decimal): -3151981 or 9693135. OLE color: 9693135.
HSL color Cylindrical-coordinate representation of color #CFE793: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE793 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 147 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.09 |
| HSL | 77.14º | 0.64% | 0.74% | - |
| HSV(B) | 77.14º | 0.36% | 0.91% | - |
| XYZ | 59.57 | 72.52 | 38.46 | - |
| YUV | 214.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 147 | 0.10 | 0 | 0.36 | 0.09 | 77.14 | 0.64 | 0.74 |
| Hex | CF | E7 | 93 | A | 0 | 24 | 9 | 4D | 40 | 4A |
| Octal | 317 | 347 | 223 | 12 | 0 | 44 | 11 | 115 | 100 | 112 |
| Binary | 11001111 | 11100111 | 10010011 | 1010 | 0 | 100100 | 1001 | 1001101 | 1000000 | 1001010 |
Color Harmonies of #CFE793
Complementary color
Monochromatic Colors of #CFE793
Black with #CFE793
Text Example
Text Example
White with #CFE793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE793; }
p { color: rgb(207,231,147); }
H1.HeaderClassName
{
color: #CFE793;
}
.AnyTagClassName
{
color: #CFE793;
}
</style>
background-color css
<style>
a { background-color: #CFE793; }
a { background-color: rgb(207,231,147); }
div.DivClassName
{
background-color: #CFE793;
}
.BgClassName
{
background-color: #CFE793;
}
</style>
border-color css
<style>
span { border-color: #CFE793; }
span { border-color: rgb(207,231,147); }
td.TdClassName
{
border-color: #CFE793;
}
.TagClassName
{
border-color: #CFE793;
}
</style>