Shades of Pear #CAF237
Tints of Pear #CAF237
RGB
CMYK
RGB Variations
Color information
#CAF237 (or 0xCAF237) is known color: Pear. HEX triplet: CA, F2 and 37. RGB value is (202,242,55). Sum of RGB (Red+Green+Blue) = 202+242+55=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF237 is #350DC8. Grayscale: #D1D1D1. Windows color (decimal): -3476937 or 3666634. OLE color: 3666634.
HSL color Cylindrical-coordinate representation of color #CAF237: hue angle of 72.83º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAF237 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 55 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.05 |
| HSL | 72.83º | 0.88% | 0.58% | - |
| HSV(B) | 72.83º | 0.77% | 0.95% | - |
| XYZ | 56.8 | 76.34 | 15.36 | - |
| YUV | 208.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 55 | 0.17 | 0 | 0.77 | 0.05 | 72.83 | 0.88 | 0.58 |
| Hex | CA | F2 | 37 | 11 | 0 | 4D | 5 | 49 | 58 | 3A |
| Octal | 312 | 362 | 67 | 21 | 0 | 115 | 5 | 111 | 130 | 72 |
| Binary | 11001010 | 11110010 | 110111 | 10001 | 0 | 1001101 | 101 | 1001001 | 1011000 | 111010 |
Color Harmonies of #CAF237
Complementary color
Monochromatic Colors of #CAF237
Black with #CAF237
Text Example
Text Example
White with #CAF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF237; }
p { color: rgb(202,242,55); }
H1.HeaderClassName
{
color: #CAF237;
}
.AnyTagClassName
{
color: #CAF237;
}
</style>
background-color css
<style>
a { background-color: #CAF237; }
a { background-color: rgb(202,242,55); }
div.DivClassName
{
background-color: #CAF237;
}
.BgClassName
{
background-color: #CAF237;
}
</style>
border-color css
<style>
span { border-color: #CAF237; }
span { border-color: rgb(202,242,55); }
td.TdClassName
{
border-color: #CAF237;
}
.TagClassName
{
border-color: #CAF237;
}
</style>