Shades of Reef #CFF19C
Tints of Reef #CFF19C
RGB
CMYK
RGB Variations
Color information
#CFF19C (or 0xCFF19C) is known color: Reef. HEX triplet: CF, F1 and 9C. RGB value is (207,241,156). Sum of RGB (Red+Green+Blue) = 207+241+156=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF19C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF19C is #300E63. Grayscale: #DDDDDD. Windows color (decimal): -3149412 or 10285519. OLE color: 10285519.
HSL color Cylindrical-coordinate representation of color #CFF19C: hue angle of 84º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF19C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 156 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.05 |
| HSL | 84º | 0.75% | 0.78% | - |
| HSV(B) | 84º | 0.35% | 0.95% | - |
| XYZ | 63.19 | 78.58 | 43.29 | - |
| YUV | 221.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 156 | 0.14 | 0 | 0.35 | 0.05 | 84 | 0.75 | 0.78 |
| Hex | CF | F1 | 9C | E | 0 | 23 | 5 | 54 | 4B | 4E |
| Octal | 317 | 361 | 234 | 16 | 0 | 43 | 5 | 124 | 113 | 116 |
| Binary | 11001111 | 11110001 | 10011100 | 1110 | 0 | 100011 | 101 | 1010100 | 1001011 | 1001110 |
Color Harmonies of #CFF19C
Complementary color
Monochromatic Colors of #CFF19C
Black with #CFF19C
Text Example
Text Example
White with #CFF19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF19C; }
p { color: rgb(207,241,156); }
H1.HeaderClassName
{
color: #CFF19C;
}
.AnyTagClassName
{
color: #CFF19C;
}
</style>
background-color css
<style>
a { background-color: #CFF19C; }
a { background-color: rgb(207,241,156); }
div.DivClassName
{
background-color: #CFF19C;
}
.BgClassName
{
background-color: #CFF19C;
}
</style>
border-color css
<style>
span { border-color: #CFF19C; }
span { border-color: rgb(207,241,156); }
td.TdClassName
{
border-color: #CFF19C;
}
.TagClassName
{
border-color: #CFF19C;
}
</style>