Shades of Reef #CFFA90
Tints of Reef #CFFA90
RGB
CMYK
RGB Variations
Color information
#CFFA90 (or 0xCFFA90) is known color: Reef. HEX triplet: CF, FA and 90. RGB value is (207,250,144). Sum of RGB (Red+Green+Blue) = 207+250+144=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFA90 is #30056F. Grayscale: #E1E1E1. Windows color (decimal): -3147120 or 9501391. OLE color: 9501391.
HSL color Cylindrical-coordinate representation of color #CFFA90: hue angle of 84.34º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFFA90 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 144 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.02 |
| HSL | 84.34º | 0.91% | 0.77% | - |
| HSV(B) | 84.34º | 0.42% | 0.98% | - |
| XYZ | 64.95 | 83.65 | 39.11 | - |
| YUV | 225.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 144 | 0.17 | 0 | 0.42 | 0.02 | 84.34 | 0.91 | 0.77 |
| Hex | CF | FA | 90 | 11 | 0 | 2A | 2 | 54 | 5B | 4D |
| Octal | 317 | 372 | 220 | 21 | 0 | 52 | 2 | 124 | 133 | 115 |
| Binary | 11001111 | 11111010 | 10010000 | 10001 | 0 | 101010 | 10 | 1010100 | 1011011 | 1001101 |
Color Harmonies of #CFFA90
Complementary color
Monochromatic Colors of #CFFA90
Black with #CFFA90
Text Example
Text Example
White with #CFFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA90; }
p { color: rgb(207,250,144); }
H1.HeaderClassName
{
color: #CFFA90;
}
.AnyTagClassName
{
color: #CFFA90;
}
</style>
background-color css
<style>
a { background-color: #CFFA90; }
a { background-color: rgb(207,250,144); }
div.DivClassName
{
background-color: #CFFA90;
}
.BgClassName
{
background-color: #CFFA90;
}
</style>
border-color css
<style>
span { border-color: #CFFA90; }
span { border-color: rgb(207,250,144); }
td.TdClassName
{
border-color: #CFFA90;
}
.TagClassName
{
border-color: #CFFA90;
}
</style>