Shades of Reef #CFE594
Tints of Reef #CFE594
RGB
CMYK
RGB Variations
Color information
#CFE594 (or 0xCFE594) is known color: Reef. HEX triplet: CF, E5 and 94. RGB value is (207,229,148). Sum of RGB (Red+Green+Blue) = 207+229+148=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE594 is #301A6B. Grayscale: #D5D5D5. Windows color (decimal): -3152492 or 9758159. OLE color: 9758159.
HSL color Cylindrical-coordinate representation of color #CFE594: hue angle of 76.3º 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 #CFE594 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 148 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.10 |
| HSL | 76.3º | 0.61% | 0.74% | - |
| HSV(B) | 76.3º | 0.35% | 0.9% | - |
| XYZ | 59.1 | 71.44 | 38.69 | - |
| YUV | 213.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 148 | 0.10 | 0 | 0.35 | 0.10 | 76.3 | 0.61 | 0.74 |
| Hex | CF | E5 | 94 | A | 0 | 23 | A | 4C | 3D | 4A |
| Octal | 317 | 345 | 224 | 12 | 0 | 43 | 12 | 114 | 75 | 112 |
| Binary | 11001111 | 11100101 | 10010100 | 1010 | 0 | 100011 | 1010 | 1001100 | 111101 | 1001010 |
Color Harmonies of #CFE594
Complementary color
Monochromatic Colors of #CFE594
Black with #CFE594
Text Example
Text Example
White with #CFE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE594; }
p { color: rgb(207,229,148); }
H1.HeaderClassName
{
color: #CFE594;
}
.AnyTagClassName
{
color: #CFE594;
}
</style>
background-color css
<style>
a { background-color: #CFE594; }
a { background-color: rgb(207,229,148); }
div.DivClassName
{
background-color: #CFE594;
}
.BgClassName
{
background-color: #CFE594;
}
</style>
border-color css
<style>
span { border-color: #CFE594; }
span { border-color: rgb(207,229,148); }
td.TdClassName
{
border-color: #CFE594;
}
.TagClassName
{
border-color: #CFE594;
}
</style>