Shades of Reef #CFE297
Tints of Reef #CFE297
RGB
CMYK
RGB Variations
Color information
#CFE297 (or 0xCFE297) is known color: Reef. HEX triplet: CF, E2 and 97. RGB value is (207,226,151). Sum of RGB (Red+Green+Blue) = 207+226+151=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE297 is #301D68. Grayscale: #D4D4D4. Windows color (decimal): -3153257 or 9953999. OLE color: 9953999.
HSL color Cylindrical-coordinate representation of color #CFE297: hue angle of 75.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE297 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 151 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.11 |
| HSL | 75.2º | 0.56% | 0.74% | - |
| HSV(B) | 75.2º | 0.33% | 0.89% | - |
| XYZ | 58.51 | 69.89 | 39.68 | - |
| YUV | 211.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 151 | 0.08 | 0 | 0.33 | 0.11 | 75.2 | 0.56 | 0.74 |
| Hex | CF | E2 | 97 | 8 | 0 | 21 | B | 4B | 38 | 4A |
| Octal | 317 | 342 | 227 | 10 | 0 | 41 | 13 | 113 | 70 | 112 |
| Binary | 11001111 | 11100010 | 10010111 | 1000 | 0 | 100001 | 1011 | 1001011 | 111000 | 1001010 |
Color Harmonies of #CFE297
Complementary color
Monochromatic Colors of #CFE297
Black with #CFE297
Text Example
Text Example
White with #CFE297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE297; }
p { color: rgb(207,226,151); }
H1.HeaderClassName
{
color: #CFE297;
}
.AnyTagClassName
{
color: #CFE297;
}
</style>
background-color css
<style>
a { background-color: #CFE297; }
a { background-color: rgb(207,226,151); }
div.DivClassName
{
background-color: #CFE297;
}
.BgClassName
{
background-color: #CFE297;
}
</style>
border-color css
<style>
span { border-color: #CFE297; }
span { border-color: rgb(207,226,151); }
td.TdClassName
{
border-color: #CFE297;
}
.TagClassName
{
border-color: #CFE297;
}
</style>