Shades of Reef #CFEF90
Tints of Reef #CFEF90
RGB
CMYK
RGB Variations
Color information
#CFEF90 (or 0xCFEF90) is known color: Reef. HEX triplet: CF, EF and 90. RGB value is (207,239,144). Sum of RGB (Red+Green+Blue) = 207+239+144=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF90 is #30106F. Grayscale: #DADADA. Windows color (decimal): -3149936 or 9498575. OLE color: 9498575.
HSL color Cylindrical-coordinate representation of color #CFEF90: hue angle of 80.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFEF90 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 144 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.06 |
| HSL | 80.21º | 0.75% | 0.75% | - |
| HSV(B) | 80.21º | 0.4% | 0.94% | - |
| XYZ | 61.63 | 77.01 | 38 | - |
| YUV | 218.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 144 | 0.13 | 0 | 0.40 | 0.06 | 80.21 | 0.75 | 0.75 |
| Hex | CF | EF | 90 | D | 0 | 28 | 6 | 50 | 4B | 4B |
| Octal | 317 | 357 | 220 | 15 | 0 | 50 | 6 | 120 | 113 | 113 |
| Binary | 11001111 | 11101111 | 10010000 | 1101 | 0 | 101000 | 110 | 1010000 | 1001011 | 1001011 |
Color Harmonies of #CFEF90
Complementary color
Monochromatic Colors of #CFEF90
Black with #CFEF90
Text Example
Text Example
White with #CFEF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF90; }
p { color: rgb(207,239,144); }
H1.HeaderClassName
{
color: #CFEF90;
}
.AnyTagClassName
{
color: #CFEF90;
}
</style>
background-color css
<style>
a { background-color: #CFEF90; }
a { background-color: rgb(207,239,144); }
div.DivClassName
{
background-color: #CFEF90;
}
.BgClassName
{
background-color: #CFEF90;
}
</style>
border-color css
<style>
span { border-color: #CFEF90; }
span { border-color: rgb(207,239,144); }
td.TdClassName
{
border-color: #CFEF90;
}
.TagClassName
{
border-color: #CFEF90;
}
</style>