Shades of Pear #CAF324
Tints of Pear #CAF324
RGB
CMYK
RGB Variations
Color information
#CAF324 (or 0xCAF324) is known color: Pear. HEX triplet: CA, F3 and 24. RGB value is (202,243,36). Sum of RGB (Red+Green+Blue) = 202+243+36=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF324 is #350CDB. Grayscale: #CFCFCF. Windows color (decimal): -3476700 or 2421706. OLE color: 2421706.
HSL color Cylindrical-coordinate representation of color #CAF324: hue angle of 71.88º degrees, saturation: 0.9, 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 #CAF324 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 36 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.05 |
| HSL | 71.88º | 0.9% | 0.55% | - |
| HSV(B) | 71.88º | 0.85% | 0.95% | - |
| XYZ | 56.73 | 76.79 | 13.5 | - |
| YUV | 207.14 | 31.42 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 36 | 0.17 | 0 | 0.85 | 0.05 | 71.88 | 0.9 | 0.55 |
| Hex | CA | F3 | 24 | 11 | 0 | 55 | 5 | 48 | 5A | 37 |
| Octal | 312 | 363 | 44 | 21 | 0 | 125 | 5 | 110 | 132 | 67 |
| Binary | 11001010 | 11110011 | 100100 | 10001 | 0 | 1010101 | 101 | 1001000 | 1011010 | 110111 |
Color Harmonies of #CAF324
Complementary color
Monochromatic Colors of #CAF324
Black with #CAF324
Text Example
Text Example
White with #CAF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF324; }
p { color: rgb(202,243,36); }
H1.HeaderClassName
{
color: #CAF324;
}
.AnyTagClassName
{
color: #CAF324;
}
</style>
background-color css
<style>
a { background-color: #CAF324; }
a { background-color: rgb(202,243,36); }
div.DivClassName
{
background-color: #CAF324;
}
.BgClassName
{
background-color: #CAF324;
}
</style>
border-color css
<style>
span { border-color: #CAF324; }
span { border-color: rgb(202,243,36); }
td.TdClassName
{
border-color: #CAF324;
}
.TagClassName
{
border-color: #CAF324;
}
</style>