Shades of Pear #CAF52F
Tints of Pear #CAF52F
RGB
CMYK
RGB Variations
Color information
#CAF52F (or 0xCAF52F) is known color: Pear. HEX triplet: CA, F5 and 2F. RGB value is (202,245,47). Sum of RGB (Red+Green+Blue) = 202+245+47=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF52F is #350AD0. Grayscale: #D2D2D2. Windows color (decimal): -3476177 or 3143114. OLE color: 3143114.
HSL color Cylindrical-coordinate representation of color #CAF52F: hue angle of 73.03º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAF52F is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 47 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.04 |
| HSL | 73.03º | 0.91% | 0.57% | - |
| HSV(B) | 73.03º | 0.81% | 0.96% | - |
| XYZ | 57.52 | 78.07 | 14.73 | - |
| YUV | 209.57 | 36.25 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 47 | 0.18 | 0 | 0.81 | 0.04 | 73.03 | 0.91 | 0.57 |
| Hex | CA | F5 | 2F | 12 | 0 | 51 | 4 | 49 | 5B | 39 |
| Octal | 312 | 365 | 57 | 22 | 0 | 121 | 4 | 111 | 133 | 71 |
| Binary | 11001010 | 11110101 | 101111 | 10010 | 0 | 1010001 | 100 | 1001001 | 1011011 | 111001 |
Color Harmonies of #CAF52F
Complementary color
Monochromatic Colors of #CAF52F
Black with #CAF52F
Text Example
Text Example
White with #CAF52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF52F; }
p { color: rgb(202,245,47); }
H1.HeaderClassName
{
color: #CAF52F;
}
.AnyTagClassName
{
color: #CAF52F;
}
</style>
background-color css
<style>
a { background-color: #CAF52F; }
a { background-color: rgb(202,245,47); }
div.DivClassName
{
background-color: #CAF52F;
}
.BgClassName
{
background-color: #CAF52F;
}
</style>
border-color css
<style>
span { border-color: #CAF52F; }
span { border-color: rgb(202,245,47); }
td.TdClassName
{
border-color: #CAF52F;
}
.TagClassName
{
border-color: #CAF52F;
}
</style>