Shades of Reef #CFF49B
Tints of Reef #CFF49B
RGB
CMYK
RGB Variations
Color information
#CFF49B (or 0xCFF49B) is known color: Reef. HEX triplet: CF, F4 and 9B. RGB value is (207,244,155). Sum of RGB (Red+Green+Blue) = 207+244+155=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF49B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF49B is #300B64. Grayscale: #DFDFDF. Windows color (decimal): -3148645 or 10220751. OLE color: 10220751.
HSL color Cylindrical-coordinate representation of color #CFF49B: hue angle of 84.94º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFF49B is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 155 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.04 |
| HSL | 84.94º | 0.8% | 0.78% | - |
| HSV(B) | 84.94º | 0.36% | 0.96% | - |
| XYZ | 64 | 80.33 | 43.14 | - |
| YUV | 222.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 155 | 0.15 | 0 | 0.36 | 0.04 | 84.94 | 0.8 | 0.78 |
| Hex | CF | F4 | 9B | F | 0 | 24 | 4 | 55 | 50 | 4E |
| Octal | 317 | 364 | 233 | 17 | 0 | 44 | 4 | 125 | 120 | 116 |
| Binary | 11001111 | 11110100 | 10011011 | 1111 | 0 | 100100 | 100 | 1010101 | 1010000 | 1001110 |
Color Harmonies of #CFF49B
Complementary color
Monochromatic Colors of #CFF49B
Black with #CFF49B
Text Example
Text Example
White with #CFF49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF49B; }
p { color: rgb(207,244,155); }
H1.HeaderClassName
{
color: #CFF49B;
}
.AnyTagClassName
{
color: #CFF49B;
}
</style>
background-color css
<style>
a { background-color: #CFF49B; }
a { background-color: rgb(207,244,155); }
div.DivClassName
{
background-color: #CFF49B;
}
.BgClassName
{
background-color: #CFF49B;
}
</style>
border-color css
<style>
span { border-color: #CFF49B; }
span { border-color: rgb(207,244,155); }
td.TdClassName
{
border-color: #CFF49B;
}
.TagClassName
{
border-color: #CFF49B;
}
</style>