Shades of Reef #CAFB90
Tints of Reef #CAFB90
RGB
CMYK
RGB Variations
Color information
#CAFB90 (or 0xCAFB90) is known color: Reef. HEX triplet: CA, FB and 90. RGB value is (202,251,144). Sum of RGB (Red+Green+Blue) = 202+251+144=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFB90 is #35046F. Grayscale: #E0E0E0. Windows color (decimal): -3474544 or 9501642. OLE color: 9501642.
HSL color Cylindrical-coordinate representation of color #CAFB90: hue angle of 87.48º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAFB90 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 144 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.02 |
| HSL | 87.48º | 0.93% | 0.77% | - |
| HSV(B) | 87.48º | 0.43% | 0.98% | - |
| XYZ | 63.89 | 83.56 | 39.15 | - |
| YUV | 224.15 | 82.77 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 144 | 0.20 | 0 | 0.43 | 0.02 | 87.48 | 0.93 | 0.77 |
| Hex | CA | FB | 90 | 14 | 0 | 2B | 2 | 57 | 5D | 4D |
| Octal | 312 | 373 | 220 | 24 | 0 | 53 | 2 | 127 | 135 | 115 |
| Binary | 11001010 | 11111011 | 10010000 | 10100 | 0 | 101011 | 10 | 1010111 | 1011101 | 1001101 |
Color Harmonies of #CAFB90
Complementary color
Monochromatic Colors of #CAFB90
Black with #CAFB90
Text Example
Text Example
White with #CAFB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFB90; }
p { color: rgb(202,251,144); }
H1.HeaderClassName
{
color: #CAFB90;
}
.AnyTagClassName
{
color: #CAFB90;
}
</style>
background-color css
<style>
a { background-color: #CAFB90; }
a { background-color: rgb(202,251,144); }
div.DivClassName
{
background-color: #CAFB90;
}
.BgClassName
{
background-color: #CAFB90;
}
</style>
border-color css
<style>
span { border-color: #CAFB90; }
span { border-color: rgb(202,251,144); }
td.TdClassName
{
border-color: #CAFB90;
}
.TagClassName
{
border-color: #CAFB90;
}
</style>