Shades of Pear #CAF52A
Tints of Pear #CAF52A
RGB
CMYK
RGB Variations
Color information
#CAF52A (or 0xCAF52A) is known color: Pear. HEX triplet: CA, F5 and 2A. RGB value is (202,245,42). Sum of RGB (Red+Green+Blue) = 202+245+42=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF52A is #350AD5. Grayscale: #D1D1D1. Windows color (decimal): -3476182 or 2815434. OLE color: 2815434.
HSL color Cylindrical-coordinate representation of color #CAF52A: hue angle of 72.71º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF52A is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 42 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.04 |
| HSL | 72.71º | 0.91% | 0.56% | - |
| HSV(B) | 72.71º | 0.83% | 0.96% | - |
| XYZ | 57.43 | 78.03 | 14.22 | - |
| YUV | 209 | 33.75 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 42 | 0.18 | 0 | 0.83 | 0.04 | 72.71 | 0.91 | 0.56 |
| Hex | CA | F5 | 2A | 12 | 0 | 53 | 4 | 49 | 5B | 38 |
| Octal | 312 | 365 | 52 | 22 | 0 | 123 | 4 | 111 | 133 | 70 |
| Binary | 11001010 | 11110101 | 101010 | 10010 | 0 | 1010011 | 100 | 1001001 | 1011011 | 111000 |
Color Harmonies of #CAF52A
Complementary color
Monochromatic Colors of #CAF52A
Black with #CAF52A
Text Example
Text Example
White with #CAF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF52A; }
p { color: rgb(202,245,42); }
H1.HeaderClassName
{
color: #CAF52A;
}
.AnyTagClassName
{
color: #CAF52A;
}
</style>
background-color css
<style>
a { background-color: #CAF52A; }
a { background-color: rgb(202,245,42); }
div.DivClassName
{
background-color: #CAF52A;
}
.BgClassName
{
background-color: #CAF52A;
}
</style>
border-color css
<style>
span { border-color: #CAF52A; }
span { border-color: rgb(202,245,42); }
td.TdClassName
{
border-color: #CAF52A;
}
.TagClassName
{
border-color: #CAF52A;
}
</style>