Shades of Pear #CAF231
Tints of Pear #CAF231
RGB
CMYK
RGB Variations
Color information
#CAF231 (or 0xCAF231) is known color: Pear. HEX triplet: CA, F2 and 31. RGB value is (202,242,49). Sum of RGB (Red+Green+Blue) = 202+242+49=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF231 is #350DCE. Grayscale: #D0D0D0. Windows color (decimal): -3476943 or 3273418. OLE color: 3273418.
HSL color Cylindrical-coordinate representation of color #CAF231: hue angle of 72.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF231 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.05 |
| HSL | 72.44º | 0.88% | 0.57% | - |
| HSV(B) | 72.44º | 0.8% | 0.95% | - |
| XYZ | 56.66 | 76.28 | 14.64 | - |
| YUV | 208.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 49 | 0.17 | 0 | 0.80 | 0.05 | 72.44 | 0.88 | 0.57 |
| Hex | CA | F2 | 31 | 11 | 0 | 50 | 5 | 48 | 58 | 39 |
| Octal | 312 | 362 | 61 | 21 | 0 | 120 | 5 | 110 | 130 | 71 |
| Binary | 11001010 | 11110010 | 110001 | 10001 | 0 | 1010000 | 101 | 1001000 | 1011000 | 111001 |
Color Harmonies of #CAF231
Complementary color
Monochromatic Colors of #CAF231
Black with #CAF231
Text Example
Text Example
White with #CAF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF231; }
p { color: rgb(202,242,49); }
H1.HeaderClassName
{
color: #CAF231;
}
.AnyTagClassName
{
color: #CAF231;
}
</style>
background-color css
<style>
a { background-color: #CAF231; }
a { background-color: rgb(202,242,49); }
div.DivClassName
{
background-color: #CAF231;
}
.BgClassName
{
background-color: #CAF231;
}
</style>
border-color css
<style>
span { border-color: #CAF231; }
span { border-color: rgb(202,242,49); }
td.TdClassName
{
border-color: #CAF231;
}
.TagClassName
{
border-color: #CAF231;
}
</style>