Shades of Reef #CFE194
Tints of Reef #CFE194
RGB
CMYK
RGB Variations
Color information
#CFE194 (or 0xCFE194) is known color: Reef. HEX triplet: CF, E1 and 94. RGB value is (207,225,148). Sum of RGB (Red+Green+Blue) = 207+225+148=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE194 is #301E6B. Grayscale: #D3D3D3. Windows color (decimal): -3153516 or 9757135. OLE color: 9757135.
HSL color Cylindrical-coordinate representation of color #CFE194: hue angle of 74.03º 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 #CFE194 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 148 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.12 |
| HSL | 74.03º | 0.56% | 0.73% | - |
| HSV(B) | 74.03º | 0.34% | 0.88% | - |
| XYZ | 58 | 69.25 | 38.33 | - |
| YUV | 210.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 148 | 0.08 | 0 | 0.34 | 0.12 | 74.03 | 0.56 | 0.73 |
| Hex | CF | E1 | 94 | 8 | 0 | 22 | C | 4A | 38 | 49 |
| Octal | 317 | 341 | 224 | 10 | 0 | 42 | 14 | 112 | 70 | 111 |
| Binary | 11001111 | 11100001 | 10010100 | 1000 | 0 | 100010 | 1100 | 1001010 | 111000 | 1001001 |
Color Harmonies of #CFE194
Complementary color
Monochromatic Colors of #CFE194
Black with #CFE194
Text Example
Text Example
White with #CFE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE194; }
p { color: rgb(207,225,148); }
H1.HeaderClassName
{
color: #CFE194;
}
.AnyTagClassName
{
color: #CFE194;
}
</style>
background-color css
<style>
a { background-color: #CFE194; }
a { background-color: rgb(207,225,148); }
div.DivClassName
{
background-color: #CFE194;
}
.BgClassName
{
background-color: #CFE194;
}
</style>
border-color css
<style>
span { border-color: #CFE194; }
span { border-color: rgb(207,225,148); }
td.TdClassName
{
border-color: #CFE194;
}
.TagClassName
{
border-color: #CFE194;
}
</style>