Shades of Pear #CAF329
Tints of Pear #CAF329
RGB
CMYK
RGB Variations
Color information
#CAF329 (or 0xCAF329) is known color: Pear. HEX triplet: CA, F3 and 29. RGB value is (202,243,41). Sum of RGB (Red+Green+Blue) = 202+243+41=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF329 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF329 is #350CD6. Grayscale: #D0D0D0. Windows color (decimal): -3476695 or 2749386. OLE color: 2749386.
HSL color Cylindrical-coordinate representation of color #CAF329: hue angle of 72.18º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF329 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 41 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.05 |
| HSL | 72.18º | 0.89% | 0.56% | - |
| HSV(B) | 72.18º | 0.83% | 0.95% | - |
| XYZ | 56.81 | 76.82 | 13.93 | - |
| YUV | 207.71 | 33.92 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 41 | 0.17 | 0 | 0.83 | 0.05 | 72.18 | 0.89 | 0.56 |
| Hex | CA | F3 | 29 | 11 | 0 | 53 | 5 | 48 | 59 | 38 |
| Octal | 312 | 363 | 51 | 21 | 0 | 123 | 5 | 110 | 131 | 70 |
| Binary | 11001010 | 11110011 | 101001 | 10001 | 0 | 1010011 | 101 | 1001000 | 1011001 | 111000 |
Color Harmonies of #CAF329
Complementary color
Monochromatic Colors of #CAF329
Black with #CAF329
Text Example
Text Example
White with #CAF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF329; }
p { color: rgb(202,243,41); }
H1.HeaderClassName
{
color: #CAF329;
}
.AnyTagClassName
{
color: #CAF329;
}
</style>
background-color css
<style>
a { background-color: #CAF329; }
a { background-color: rgb(202,243,41); }
div.DivClassName
{
background-color: #CAF329;
}
.BgClassName
{
background-color: #CAF329;
}
</style>
border-color css
<style>
span { border-color: #CAF329; }
span { border-color: rgb(202,243,41); }
td.TdClassName
{
border-color: #CAF329;
}
.TagClassName
{
border-color: #CAF329;
}
</style>