Shades of Reef #CFF78E
Tints of Reef #CFF78E
RGB
CMYK
RGB Variations
Color information
#CFF78E (or 0xCFF78E) is known color: Reef. HEX triplet: CF, F7 and 8E. RGB value is (207,247,142). Sum of RGB (Red+Green+Blue) = 207+247+142=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF78E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF78E is #300871. Grayscale: #DFDFDF. Windows color (decimal): -3147890 or 9369551. OLE color: 9369551.
HSL color Cylindrical-coordinate representation of color #CFF78E: hue angle of 82.86º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFF78E is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 142 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.03 |
| HSL | 82.86º | 0.87% | 0.76% | - |
| HSV(B) | 82.86º | 0.43% | 0.97% | - |
| XYZ | 63.88 | 81.74 | 38 | - |
| YUV | 223.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 142 | 0.16 | 0 | 0.43 | 0.03 | 82.86 | 0.87 | 0.76 |
| Hex | CF | F7 | 8E | 10 | 0 | 2B | 3 | 53 | 57 | 4C |
| Octal | 317 | 367 | 216 | 20 | 0 | 53 | 3 | 123 | 127 | 114 |
| Binary | 11001111 | 11110111 | 10001110 | 10000 | 0 | 101011 | 11 | 1010011 | 1010111 | 1001100 |
Color Harmonies of #CFF78E
Complementary color
Monochromatic Colors of #CFF78E
Black with #CFF78E
Text Example
Text Example
White with #CFF78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF78E; }
p { color: rgb(207,247,142); }
H1.HeaderClassName
{
color: #CFF78E;
}
.AnyTagClassName
{
color: #CFF78E;
}
</style>
background-color css
<style>
a { background-color: #CFF78E; }
a { background-color: rgb(207,247,142); }
div.DivClassName
{
background-color: #CFF78E;
}
.BgClassName
{
background-color: #CFF78E;
}
</style>
border-color css
<style>
span { border-color: #CFF78E; }
span { border-color: rgb(207,247,142); }
td.TdClassName
{
border-color: #CFF78E;
}
.TagClassName
{
border-color: #CFF78E;
}
</style>