Shades of Pear #CAF429
Tints of Pear #CAF429
RGB
CMYK
RGB Variations
Color information
#CAF429 (or 0xCAF429) is known color: Pear. HEX triplet: CA, F4 and 29. RGB value is (202,244,41). Sum of RGB (Red+Green+Blue) = 202+244+41=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF429 is #350BD6. Grayscale: #D1D1D1. Windows color (decimal): -3476439 or 2749642. OLE color: 2749642.
HSL color Cylindrical-coordinate representation of color #CAF429: hue angle of 72.41º degrees, saturation: 0.9, 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 #CAF429 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 41 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.04 |
| HSL | 72.41º | 0.9% | 0.56% | - |
| HSV(B) | 72.41º | 0.83% | 0.96% | - |
| XYZ | 57.11 | 77.42 | 14.03 | - |
| YUV | 208.3 | 33.59 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 41 | 0.17 | 0 | 0.83 | 0.04 | 72.41 | 0.9 | 0.56 |
| Hex | CA | F4 | 29 | 11 | 0 | 53 | 4 | 48 | 5A | 38 |
| Octal | 312 | 364 | 51 | 21 | 0 | 123 | 4 | 110 | 132 | 70 |
| Binary | 11001010 | 11110100 | 101001 | 10001 | 0 | 1010011 | 100 | 1001000 | 1011010 | 111000 |
Color Harmonies of #CAF429
Complementary color
Monochromatic Colors of #CAF429
Black with #CAF429
Text Example
Text Example
White with #CAF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF429; }
p { color: rgb(202,244,41); }
H1.HeaderClassName
{
color: #CAF429;
}
.AnyTagClassName
{
color: #CAF429;
}
</style>
background-color css
<style>
a { background-color: #CAF429; }
a { background-color: rgb(202,244,41); }
div.DivClassName
{
background-color: #CAF429;
}
.BgClassName
{
background-color: #CAF429;
}
</style>
border-color css
<style>
span { border-color: #CAF429; }
span { border-color: rgb(202,244,41); }
td.TdClassName
{
border-color: #CAF429;
}
.TagClassName
{
border-color: #CAF429;
}
</style>