Shades of Reef #CAFF9A
Tints of Reef #CAFF9A
RGB
CMYK
RGB Variations
Color information
#CAFF9A (or 0xCAFF9A) is known color: Reef. HEX triplet: CA, FF and 9A. RGB value is (202,255,154). Sum of RGB (Red+Green+Blue) = 202+255+154=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF9A is #350065. Grayscale: #E3E3E3. Windows color (decimal): -3473510 or 10158026. OLE color: 10158026.
HSL color Cylindrical-coordinate representation of color #CAFF9A: hue angle of 91.49º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAFF9A is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 154 | - |
| CMYK | 0.21 | 0 | 0.40 | 0 |
| HSL | 91.49º | 1% | 0.8% | - |
| HSV(B) | 91.49º | 0.4% | 1% | - |
| XYZ | 65.95 | 86.41 | 43.77 | - |
| YUV | 227.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 154 | 0.21 | 0 | 0.40 | 0 | 91.49 | 1 | 0.8 |
| Hex | CA | FF | 9A | 15 | 0 | 28 | 0 | 5B | 64 | 50 |
| Octal | 312 | 377 | 232 | 25 | 0 | 50 | 0 | 133 | 144 | 120 |
| Binary | 11001010 | 11111111 | 10011010 | 10101 | 0 | 101000 | 0 | 1011011 | 1100100 | 1010000 |
Color Harmonies of #CAFF9A
Complementary color
Monochromatic Colors of #CAFF9A
Black with #CAFF9A
Text Example
Text Example
White with #CAFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFF9A; }
p { color: rgb(202,255,154); }
H1.HeaderClassName
{
color: #CAFF9A;
}
.AnyTagClassName
{
color: #CAFF9A;
}
</style>
background-color css
<style>
a { background-color: #CAFF9A; }
a { background-color: rgb(202,255,154); }
div.DivClassName
{
background-color: #CAFF9A;
}
.BgClassName
{
background-color: #CAFF9A;
}
</style>
border-color css
<style>
span { border-color: #CAFF9A; }
span { border-color: rgb(202,255,154); }
td.TdClassName
{
border-color: #CAFF9A;
}
.TagClassName
{
border-color: #CAFF9A;
}
</style>