Shades of Pear #CAF224
Tints of Pear #CAF224
RGB
CMYK
RGB Variations
Color information
#CAF224 (or 0xCAF224) is known color: Pear. HEX triplet: CA, F2 and 24. RGB value is (202,242,36). Sum of RGB (Red+Green+Blue) = 202+242+36=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 36 (14.45% from 255 or 7.5% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF224 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF224 is #350DDB. Grayscale: #CFCFCF. Windows color (decimal): -3476956 or 2421450. OLE color: 2421450.
HSL color Cylindrical-coordinate representation of color #CAF224: hue angle of 71.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF224 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 36 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.05 |
| HSL | 71.65º | 0.89% | 0.55% | - |
| HSV(B) | 71.65º | 0.85% | 0.95% | - |
| XYZ | 56.43 | 76.19 | 13.4 | - |
| YUV | 206.56 | 31.75 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 36 | 0.17 | 0 | 0.85 | 0.05 | 71.65 | 0.89 | 0.55 |
| Hex | CA | F2 | 24 | 11 | 0 | 55 | 5 | 48 | 59 | 37 |
| Octal | 312 | 362 | 44 | 21 | 0 | 125 | 5 | 110 | 131 | 67 |
| Binary | 11001010 | 11110010 | 100100 | 10001 | 0 | 1010101 | 101 | 1001000 | 1011001 | 110111 |
Color Harmonies of #CAF224
Complementary color
Monochromatic Colors of #CAF224
Black with #CAF224
Text Example
Text Example
White with #CAF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF224; }
p { color: rgb(202,242,36); }
H1.HeaderClassName
{
color: #CAF224;
}
.AnyTagClassName
{
color: #CAF224;
}
</style>
background-color css
<style>
a { background-color: #CAF224; }
a { background-color: rgb(202,242,36); }
div.DivClassName
{
background-color: #CAF224;
}
.BgClassName
{
background-color: #CAF224;
}
</style>
border-color css
<style>
span { border-color: #CAF224; }
span { border-color: rgb(202,242,36); }
td.TdClassName
{
border-color: #CAF224;
}
.TagClassName
{
border-color: #CAF224;
}
</style>