Shades of Reef #CFF69A
Tints of Reef #CFF69A
RGB
CMYK
RGB Variations
Color information
#CFF69A (or 0xCFF69A) is known color: Reef. HEX triplet: CF, F6 and 9A. RGB value is (207,246,154). Sum of RGB (Red+Green+Blue) = 207+246+154=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF69A is #300965. Grayscale: #E0E0E0. Windows color (decimal): -3148134 or 10155727. OLE color: 10155727.
HSL color Cylindrical-coordinate representation of color #CFF69A: hue angle of 85.43º degrees, saturation: 0.84, 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 #CFF69A is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 154 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.04 |
| HSL | 85.43º | 0.84% | 0.78% | - |
| HSV(B) | 85.43º | 0.37% | 0.96% | - |
| XYZ | 64.52 | 81.51 | 42.9 | - |
| YUV | 223.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 154 | 0.16 | 0 | 0.37 | 0.04 | 85.43 | 0.84 | 0.78 |
| Hex | CF | F6 | 9A | 10 | 0 | 25 | 4 | 55 | 54 | 4E |
| Octal | 317 | 366 | 232 | 20 | 0 | 45 | 4 | 125 | 124 | 116 |
| Binary | 11001111 | 11110110 | 10011010 | 10000 | 0 | 100101 | 100 | 1010101 | 1010100 | 1001110 |
Color Harmonies of #CFF69A
Complementary color
Monochromatic Colors of #CFF69A
Black with #CFF69A
Text Example
Text Example
White with #CFF69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF69A; }
p { color: rgb(207,246,154); }
H1.HeaderClassName
{
color: #CFF69A;
}
.AnyTagClassName
{
color: #CFF69A;
}
</style>
background-color css
<style>
a { background-color: #CFF69A; }
a { background-color: rgb(207,246,154); }
div.DivClassName
{
background-color: #CFF69A;
}
.BgClassName
{
background-color: #CFF69A;
}
</style>
border-color css
<style>
span { border-color: #CFF69A; }
span { border-color: rgb(207,246,154); }
td.TdClassName
{
border-color: #CFF69A;
}
.TagClassName
{
border-color: #CFF69A;
}
</style>