Shades of Reef #CFE595
Tints of Reef #CFE595
RGB
CMYK
RGB Variations
Color information
#CFE595 (or 0xCFE595) is known color: Reef. HEX triplet: CF, E5 and 95. RGB value is (207,229,149). Sum of RGB (Red+Green+Blue) = 207+229+149=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE595 is #301A6A. Grayscale: #D5D5D5. Windows color (decimal): -3152491 or 9823695. OLE color: 9823695.
HSL color Cylindrical-coordinate representation of color #CFE595: hue angle of 76.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFE595 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 149 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.10 |
| HSL | 76.5º | 0.61% | 0.74% | - |
| HSV(B) | 76.5º | 0.35% | 0.9% | - |
| XYZ | 59.18 | 71.47 | 39.11 | - |
| YUV | 213.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 149 | 0.10 | 0 | 0.35 | 0.10 | 76.5 | 0.61 | 0.74 |
| Hex | CF | E5 | 95 | A | 0 | 23 | A | 4C | 3D | 4A |
| Octal | 317 | 345 | 225 | 12 | 0 | 43 | 12 | 114 | 75 | 112 |
| Binary | 11001111 | 11100101 | 10010101 | 1010 | 0 | 100011 | 1010 | 1001100 | 111101 | 1001010 |
Color Harmonies of #CFE595
Complementary color
Monochromatic Colors of #CFE595
Black with #CFE595
Text Example
Text Example
White with #CFE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE595; }
p { color: rgb(207,229,149); }
H1.HeaderClassName
{
color: #CFE595;
}
.AnyTagClassName
{
color: #CFE595;
}
</style>
background-color css
<style>
a { background-color: #CFE595; }
a { background-color: rgb(207,229,149); }
div.DivClassName
{
background-color: #CFE595;
}
.BgClassName
{
background-color: #CFE595;
}
</style>
border-color css
<style>
span { border-color: #CFE595; }
span { border-color: rgb(207,229,149); }
td.TdClassName
{
border-color: #CFE595;
}
.TagClassName
{
border-color: #CFE595;
}
</style>