Shades of Reef #CFF39E
Tints of Reef #CFF39E
RGB
CMYK
RGB Variations
Color information
#CFF39E (or 0xCFF39E) is known color: Reef. HEX triplet: CF, F3 and 9E. RGB value is (207,243,158). Sum of RGB (Red+Green+Blue) = 207+243+158=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF39E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF39E is #300C61. Grayscale: #DEDEDE. Windows color (decimal): -3148898 or 10417103. OLE color: 10417103.
HSL color Cylindrical-coordinate representation of color #CFF39E: hue angle of 85.41º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF39E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 158 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.05 |
| HSL | 85.41º | 0.78% | 0.79% | - |
| HSV(B) | 85.41º | 0.35% | 0.95% | - |
| XYZ | 63.95 | 79.84 | 44.39 | - |
| YUV | 222.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 158 | 0.15 | 0 | 0.35 | 0.05 | 85.41 | 0.78 | 0.79 |
| Hex | CF | F3 | 9E | F | 0 | 23 | 5 | 55 | 4E | 4F |
| Octal | 317 | 363 | 236 | 17 | 0 | 43 | 5 | 125 | 116 | 117 |
| Binary | 11001111 | 11110011 | 10011110 | 1111 | 0 | 100011 | 101 | 1010101 | 1001110 | 1001111 |
Color Harmonies of #CFF39E
Complementary color
Monochromatic Colors of #CFF39E
Black with #CFF39E
Text Example
Text Example
White with #CFF39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF39E; }
p { color: rgb(207,243,158); }
H1.HeaderClassName
{
color: #CFF39E;
}
.AnyTagClassName
{
color: #CFF39E;
}
</style>
background-color css
<style>
a { background-color: #CFF39E; }
a { background-color: rgb(207,243,158); }
div.DivClassName
{
background-color: #CFF39E;
}
.BgClassName
{
background-color: #CFF39E;
}
</style>
border-color css
<style>
span { border-color: #CFF39E; }
span { border-color: rgb(207,243,158); }
td.TdClassName
{
border-color: #CFF39E;
}
.TagClassName
{
border-color: #CFF39E;
}
</style>