Shades of Reef #CFF49A
Tints of Reef #CFF49A
RGB
CMYK
RGB Variations
Color information
#CFF49A (or 0xCFF49A) is known color: Reef. HEX triplet: CF, F4 and 9A. RGB value is (207,244,154). Sum of RGB (Red+Green+Blue) = 207+244+154=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49A is #300B65. Grayscale: #DEDEDE. Windows color (decimal): -3148646 or 10155215. OLE color: 10155215.
HSL color Cylindrical-coordinate representation of color #CFF49A: hue angle of 84.67º degrees, saturation: 0.8, 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 #CFF49A is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 154 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.04 |
| HSL | 84.67º | 0.8% | 0.78% | - |
| HSV(B) | 84.67º | 0.37% | 0.96% | - |
| XYZ | 63.92 | 80.3 | 42.7 | - |
| YUV | 222.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 154 | 0.15 | 0 | 0.37 | 0.04 | 84.67 | 0.8 | 0.78 |
| Hex | CF | F4 | 9A | F | 0 | 25 | 4 | 55 | 50 | 4E |
| Octal | 317 | 364 | 232 | 17 | 0 | 45 | 4 | 125 | 120 | 116 |
| Binary | 11001111 | 11110100 | 10011010 | 1111 | 0 | 100101 | 100 | 1010101 | 1010000 | 1001110 |
Color Harmonies of #CFF49A
Complementary color
Monochromatic Colors of #CFF49A
Black with #CFF49A
Text Example
Text Example
White with #CFF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF49A; }
p { color: rgb(207,244,154); }
H1.HeaderClassName
{
color: #CFF49A;
}
.AnyTagClassName
{
color: #CFF49A;
}
</style>
background-color css
<style>
a { background-color: #CFF49A; }
a { background-color: rgb(207,244,154); }
div.DivClassName
{
background-color: #CFF49A;
}
.BgClassName
{
background-color: #CFF49A;
}
</style>
border-color css
<style>
span { border-color: #CFF49A; }
span { border-color: rgb(207,244,154); }
td.TdClassName
{
border-color: #CFF49A;
}
.TagClassName
{
border-color: #CFF49A;
}
</style>