Shades of Reef #CAFE9A
Tints of Reef #CAFE9A
RGB
CMYK
RGB Variations
Color information
#CAFE9A (or 0xCAFE9A) is known color: Reef. HEX triplet: CA, FE and 9A. RGB value is (202,254,154). Sum of RGB (Red+Green+Blue) = 202+254+154=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE9A is #350165. Grayscale: #E3E3E3. Windows color (decimal): -3473766 or 10157770. OLE color: 10157770.
HSL color Cylindrical-coordinate representation of color #CAFE9A: hue angle of 91.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAFE9A is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 154 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.00 |
| HSL | 91.2º | 0.98% | 0.8% | - |
| HSV(B) | 91.2º | 0.39% | 1% | - |
| XYZ | 65.63 | 85.77 | 43.67 | - |
| YUV | 227.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 154 | 0.20 | 0 | 0.39 | 0.00 | 91.2 | 0.98 | 0.8 |
| Hex | CA | FE | 9A | 14 | 0 | 27 | 0 | 5B | 62 | 50 |
| Octal | 312 | 376 | 232 | 24 | 0 | 47 | 0 | 133 | 142 | 120 |
| Binary | 11001010 | 11111110 | 10011010 | 10100 | 0 | 100111 | 0 | 1011011 | 1100010 | 1010000 |
Color Harmonies of #CAFE9A
Complementary color
Monochromatic Colors of #CAFE9A
Black with #CAFE9A
Text Example
Text Example
White with #CAFE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE9A; }
p { color: rgb(202,254,154); }
H1.HeaderClassName
{
color: #CAFE9A;
}
.AnyTagClassName
{
color: #CAFE9A;
}
</style>
background-color css
<style>
a { background-color: #CAFE9A; }
a { background-color: rgb(202,254,154); }
div.DivClassName
{
background-color: #CAFE9A;
}
.BgClassName
{
background-color: #CAFE9A;
}
</style>
border-color css
<style>
span { border-color: #CAFE9A; }
span { border-color: rgb(202,254,154); }
td.TdClassName
{
border-color: #CAFE9A;
}
.TagClassName
{
border-color: #CAFE9A;
}
</style>