Shades of Reef #CFF19D
Tints of Reef #CFF19D
RGB
CMYK
RGB Variations
Color information
#CFF19D (or 0xCFF19D) is known color: Reef. HEX triplet: CF, F1 and 9D. RGB value is (207,241,157). Sum of RGB (Red+Green+Blue) = 207+241+157=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF19D is #300E62. Grayscale: #DDDDDD. Windows color (decimal): -3149411 or 10351055. OLE color: 10351055.
HSL color Cylindrical-coordinate representation of color #CFF19D: hue angle of 84.29º 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 #CFF19D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 157 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.05 |
| HSL | 84.29º | 0.75% | 0.78% | - |
| HSV(B) | 84.29º | 0.35% | 0.95% | - |
| XYZ | 63.27 | 78.61 | 43.74 | - |
| YUV | 221.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 157 | 0.14 | 0 | 0.35 | 0.05 | 84.29 | 0.75 | 0.78 |
| Hex | CF | F1 | 9D | E | 0 | 23 | 5 | 54 | 4B | 4E |
| Octal | 317 | 361 | 235 | 16 | 0 | 43 | 5 | 124 | 113 | 116 |
| Binary | 11001111 | 11110001 | 10011101 | 1110 | 0 | 100011 | 101 | 1010100 | 1001011 | 1001110 |
Color Harmonies of #CFF19D
Complementary color
Monochromatic Colors of #CFF19D
Black with #CFF19D
Text Example
Text Example
White with #CFF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF19D; }
p { color: rgb(207,241,157); }
H1.HeaderClassName
{
color: #CFF19D;
}
.AnyTagClassName
{
color: #CFF19D;
}
</style>
background-color css
<style>
a { background-color: #CFF19D; }
a { background-color: rgb(207,241,157); }
div.DivClassName
{
background-color: #CFF19D;
}
.BgClassName
{
background-color: #CFF19D;
}
</style>
border-color css
<style>
span { border-color: #CFF19D; }
span { border-color: rgb(207,241,157); }
td.TdClassName
{
border-color: #CFF19D;
}
.TagClassName
{
border-color: #CFF19D;
}
</style>