Shades of Reef #CFE195
Tints of Reef #CFE195
RGB
CMYK
RGB Variations
Color information
#CFE195 (or 0xCFE195) is known color: Reef. HEX triplet: CF, E1 and 95. RGB value is (207,225,149). Sum of RGB (Red+Green+Blue) = 207+225+149=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE195 is #301E6A. Grayscale: #D3D3D3. Windows color (decimal): -3153515 or 9822671. OLE color: 9822671.
HSL color Cylindrical-coordinate representation of color #CFE195: hue angle of 74.21º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFE195 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 149 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.12 |
| HSL | 74.21º | 0.56% | 0.73% | - |
| HSV(B) | 74.21º | 0.34% | 0.88% | - |
| XYZ | 58.08 | 69.29 | 38.75 | - |
| YUV | 210.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 149 | 0.08 | 0 | 0.34 | 0.12 | 74.21 | 0.56 | 0.73 |
| Hex | CF | E1 | 95 | 8 | 0 | 22 | C | 4A | 38 | 49 |
| Octal | 317 | 341 | 225 | 10 | 0 | 42 | 14 | 112 | 70 | 111 |
| Binary | 11001111 | 11100001 | 10010101 | 1000 | 0 | 100010 | 1100 | 1001010 | 111000 | 1001001 |
Color Harmonies of #CFE195
Complementary color
Monochromatic Colors of #CFE195
Black with #CFE195
Text Example
Text Example
White with #CFE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE195; }
p { color: rgb(207,225,149); }
H1.HeaderClassName
{
color: #CFE195;
}
.AnyTagClassName
{
color: #CFE195;
}
</style>
background-color css
<style>
a { background-color: #CFE195; }
a { background-color: rgb(207,225,149); }
div.DivClassName
{
background-color: #CFE195;
}
.BgClassName
{
background-color: #CFE195;
}
</style>
border-color css
<style>
span { border-color: #CFE195; }
span { border-color: rgb(207,225,149); }
td.TdClassName
{
border-color: #CFE195;
}
.TagClassName
{
border-color: #CFE195;
}
</style>