Shades of Reef #CAFA90
Tints of Reef #CAFA90
RGB
CMYK
RGB Variations
Color information
#CAFA90 (or 0xCAFA90) is known color: Reef. HEX triplet: CA, FA and 90. RGB value is (202,250,144). Sum of RGB (Red+Green+Blue) = 202+250+144=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA90 is #35056F. Grayscale: #DFDFDF. Windows color (decimal): -3474800 or 9501386. OLE color: 9501386.
HSL color Cylindrical-coordinate representation of color #CAFA90: hue angle of 87.17º 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 #CAFA90 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 144 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.02 |
| HSL | 87.17º | 0.91% | 0.77% | - |
| HSV(B) | 87.17º | 0.42% | 0.98% | - |
| XYZ | 63.58 | 82.94 | 39.04 | - |
| YUV | 223.56 | 83.1 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 144 | 0.19 | 0 | 0.42 | 0.02 | 87.17 | 0.91 | 0.77 |
| Hex | CA | FA | 90 | 13 | 0 | 2A | 2 | 57 | 5B | 4D |
| Octal | 312 | 372 | 220 | 23 | 0 | 52 | 2 | 127 | 133 | 115 |
| Binary | 11001010 | 11111010 | 10010000 | 10011 | 0 | 101010 | 10 | 1010111 | 1011011 | 1001101 |
Color Harmonies of #CAFA90
Complementary color
Monochromatic Colors of #CAFA90
Black with #CAFA90
Text Example
Text Example
White with #CAFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA90; }
p { color: rgb(202,250,144); }
H1.HeaderClassName
{
color: #CAFA90;
}
.AnyTagClassName
{
color: #CAFA90;
}
</style>
background-color css
<style>
a { background-color: #CAFA90; }
a { background-color: rgb(202,250,144); }
div.DivClassName
{
background-color: #CAFA90;
}
.BgClassName
{
background-color: #CAFA90;
}
</style>
border-color css
<style>
span { border-color: #CAFA90; }
span { border-color: rgb(202,250,144); }
td.TdClassName
{
border-color: #CAFA90;
}
.TagClassName
{
border-color: #CAFA90;
}
</style>