Shades of Reef #CAFB9B
Tints of Reef #CAFB9B
RGB
CMYK
RGB Variations
Color information
#CAFB9B (or 0xCAFB9B) is known color: Reef. HEX triplet: CA, FB and 9B. RGB value is (202,251,155). Sum of RGB (Red+Green+Blue) = 202+251+155=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFB9B is #350464. Grayscale: #E1E1E1. Windows color (decimal): -3474533 or 10222538. OLE color: 10222538.
HSL color Cylindrical-coordinate representation of color #CAFB9B: hue angle of 90.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAFB9B is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 155 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.02 |
| HSL | 90.63º | 0.92% | 0.8% | - |
| HSV(B) | 90.63º | 0.38% | 0.98% | - |
| XYZ | 64.77 | 83.92 | 43.79 | - |
| YUV | 225.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 155 | 0.20 | 0 | 0.38 | 0.02 | 90.63 | 0.92 | 0.8 |
| Hex | CA | FB | 9B | 14 | 0 | 26 | 2 | 5B | 5C | 50 |
| Octal | 312 | 373 | 233 | 24 | 0 | 46 | 2 | 133 | 134 | 120 |
| Binary | 11001010 | 11111011 | 10011011 | 10100 | 0 | 100110 | 10 | 1011011 | 1011100 | 1010000 |
Color Harmonies of #CAFB9B
Complementary color
Monochromatic Colors of #CAFB9B
Black with #CAFB9B
Text Example
Text Example
White with #CAFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFB9B; }
p { color: rgb(202,251,155); }
H1.HeaderClassName
{
color: #CAFB9B;
}
.AnyTagClassName
{
color: #CAFB9B;
}
</style>
background-color css
<style>
a { background-color: #CAFB9B; }
a { background-color: rgb(202,251,155); }
div.DivClassName
{
background-color: #CAFB9B;
}
.BgClassName
{
background-color: #CAFB9B;
}
</style>
border-color css
<style>
span { border-color: #CAFB9B; }
span { border-color: rgb(202,251,155); }
td.TdClassName
{
border-color: #CAFB9B;
}
.TagClassName
{
border-color: #CAFB9B;
}
</style>