Shades of Reef #CFE395
Tints of Reef #CFE395
RGB
CMYK
RGB Variations
Color information
#CFE395 (or 0xCFE395) is known color: Reef. HEX triplet: CF, E3 and 95. RGB value is (207,227,149). Sum of RGB (Red+Green+Blue) = 207+227+149=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE395 is #301C6A. Grayscale: #D4D4D4. Windows color (decimal): -3153003 or 9823183. OLE color: 9823183.
HSL color Cylindrical-coordinate representation of color #CFE395: hue angle of 75.38º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE395 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 149 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.11 |
| HSL | 75.38º | 0.58% | 0.74% | - |
| HSV(B) | 75.38º | 0.34% | 0.89% | - |
| XYZ | 58.63 | 70.37 | 38.93 | - |
| YUV | 212.13 | 92.37 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 149 | 0.09 | 0 | 0.34 | 0.11 | 75.38 | 0.58 | 0.74 |
| Hex | CF | E3 | 95 | 9 | 0 | 22 | B | 4B | 3A | 4A |
| Octal | 317 | 343 | 225 | 11 | 0 | 42 | 13 | 113 | 72 | 112 |
| Binary | 11001111 | 11100011 | 10010101 | 1001 | 0 | 100010 | 1011 | 1001011 | 111010 | 1001010 |
Color Harmonies of #CFE395
Complementary color
Monochromatic Colors of #CFE395
Black with #CFE395
Text Example
Text Example
White with #CFE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE395; }
p { color: rgb(207,227,149); }
H1.HeaderClassName
{
color: #CFE395;
}
.AnyTagClassName
{
color: #CFE395;
}
</style>
background-color css
<style>
a { background-color: #CFE395; }
a { background-color: rgb(207,227,149); }
div.DivClassName
{
background-color: #CFE395;
}
.BgClassName
{
background-color: #CFE395;
}
</style>
border-color css
<style>
span { border-color: #CFE395; }
span { border-color: rgb(207,227,149); }
td.TdClassName
{
border-color: #CFE395;
}
.TagClassName
{
border-color: #CFE395;
}
</style>