Shades of Reef #CAFE90
Tints of Reef #CAFE90
RGB
CMYK
RGB Variations
Color information
#CAFE90 (or 0xCAFE90) is known color: Reef. HEX triplet: CA, FE and 90. RGB value is (202,254,144). Sum of RGB (Red+Green+Blue) = 202+254+144=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE90 is #35016F. Grayscale: #E2E2E2. Windows color (decimal): -3473776 or 9502410. OLE color: 9502410.
HSL color Cylindrical-coordinate representation of color #CAFE90: hue angle of 88.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAFE90 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 144 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.00 |
| HSL | 88.36º | 0.98% | 0.78% | - |
| HSV(B) | 88.36º | 0.43% | 1% | - |
| XYZ | 64.83 | 85.45 | 39.46 | - |
| YUV | 225.91 | 81.77 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 144 | 0.20 | 0 | 0.43 | 0.00 | 88.36 | 0.98 | 0.78 |
| Hex | CA | FE | 90 | 14 | 0 | 2B | 0 | 58 | 62 | 4E |
| Octal | 312 | 376 | 220 | 24 | 0 | 53 | 0 | 130 | 142 | 116 |
| Binary | 11001010 | 11111110 | 10010000 | 10100 | 0 | 101011 | 0 | 1011000 | 1100010 | 1001110 |
Color Harmonies of #CAFE90
Complementary color
Monochromatic Colors of #CAFE90
Black with #CAFE90
Text Example
Text Example
White with #CAFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE90; }
p { color: rgb(202,254,144); }
H1.HeaderClassName
{
color: #CAFE90;
}
.AnyTagClassName
{
color: #CAFE90;
}
</style>
background-color css
<style>
a { background-color: #CAFE90; }
a { background-color: rgb(202,254,144); }
div.DivClassName
{
background-color: #CAFE90;
}
.BgClassName
{
background-color: #CAFE90;
}
</style>
border-color css
<style>
span { border-color: #CAFE90; }
span { border-color: rgb(202,254,144); }
td.TdClassName
{
border-color: #CAFE90;
}
.TagClassName
{
border-color: #CAFE90;
}
</style>