Shades of Reef #CFF59A
Tints of Reef #CFF59A
RGB
CMYK
RGB Variations
Color information
#CFF59A (or 0xCFF59A) is known color: Reef. HEX triplet: CF, F5 and 9A. RGB value is (207,245,154). Sum of RGB (Red+Green+Blue) = 207+245+154=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF59A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF59A is #300A65. Grayscale: #DFDFDF. Windows color (decimal): -3148390 or 10155471. OLE color: 10155471.
HSL color Cylindrical-coordinate representation of color #CFF59A: hue angle of 85.05º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFF59A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 154 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.04 |
| HSL | 85.05º | 0.82% | 0.78% | - |
| HSV(B) | 85.05º | 0.37% | 0.96% | - |
| XYZ | 64.22 | 80.9 | 42.8 | - |
| YUV | 223.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 154 | 0.16 | 0 | 0.37 | 0.04 | 85.05 | 0.82 | 0.78 |
| Hex | CF | F5 | 9A | 10 | 0 | 25 | 4 | 55 | 52 | 4E |
| Octal | 317 | 365 | 232 | 20 | 0 | 45 | 4 | 125 | 122 | 116 |
| Binary | 11001111 | 11110101 | 10011010 | 10000 | 0 | 100101 | 100 | 1010101 | 1010010 | 1001110 |
Color Harmonies of #CFF59A
Complementary color
Monochromatic Colors of #CFF59A
Black with #CFF59A
Text Example
Text Example
White with #CFF59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF59A; }
p { color: rgb(207,245,154); }
H1.HeaderClassName
{
color: #CFF59A;
}
.AnyTagClassName
{
color: #CFF59A;
}
</style>
background-color css
<style>
a { background-color: #CFF59A; }
a { background-color: rgb(207,245,154); }
div.DivClassName
{
background-color: #CFF59A;
}
.BgClassName
{
background-color: #CFF59A;
}
</style>
border-color css
<style>
span { border-color: #CFF59A; }
span { border-color: rgb(207,245,154); }
td.TdClassName
{
border-color: #CFF59A;
}
.TagClassName
{
border-color: #CFF59A;
}
</style>