Shades of Reef #CFF395
Tints of Reef #CFF395
RGB
CMYK
RGB Variations
Color information
#CFF395 (or 0xCFF395) is known color: Reef. HEX triplet: CF, F3 and 95. RGB value is (207,243,149). Sum of RGB (Red+Green+Blue) = 207+243+149=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF395 is #300C6A. Grayscale: #DDDDDD. Windows color (decimal): -3148907 or 9827279. OLE color: 9827279.
HSL color Cylindrical-coordinate representation of color #CFF395: hue angle of 82.98º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFF395 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 149 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.05 |
| HSL | 82.98º | 0.8% | 0.77% | - |
| HSV(B) | 82.98º | 0.39% | 0.95% | - |
| XYZ | 63.21 | 79.54 | 40.45 | - |
| YUV | 221.52 | 87.07 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 149 | 0.15 | 0 | 0.39 | 0.05 | 82.98 | 0.8 | 0.77 |
| Hex | CF | F3 | 95 | F | 0 | 27 | 5 | 53 | 50 | 4D |
| Octal | 317 | 363 | 225 | 17 | 0 | 47 | 5 | 123 | 120 | 115 |
| Binary | 11001111 | 11110011 | 10010101 | 1111 | 0 | 100111 | 101 | 1010011 | 1010000 | 1001101 |
Color Harmonies of #CFF395
Complementary color
Monochromatic Colors of #CFF395
Black with #CFF395
Text Example
Text Example
White with #CFF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF395; }
p { color: rgb(207,243,149); }
H1.HeaderClassName
{
color: #CFF395;
}
.AnyTagClassName
{
color: #CFF395;
}
</style>
background-color css
<style>
a { background-color: #CFF395; }
a { background-color: rgb(207,243,149); }
div.DivClassName
{
background-color: #CFF395;
}
.BgClassName
{
background-color: #CFF395;
}
</style>
border-color css
<style>
span { border-color: #CFF395; }
span { border-color: rgb(207,243,149); }
td.TdClassName
{
border-color: #CFF395;
}
.TagClassName
{
border-color: #CFF395;
}
</style>