Shades of Pear #CAF829
Tints of Pear #CAF829
RGB
CMYK
RGB Variations
Color information
#CAF829 (or 0xCAF829) is known color: Pear. HEX triplet: CA, F8 and 29. RGB value is (202,248,41). Sum of RGB (Red+Green+Blue) = 202+248+41=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF829 is #3507D6. Grayscale: #D3D3D3. Windows color (decimal): -3475415 or 2750666. OLE color: 2750666.
HSL color Cylindrical-coordinate representation of color #CAF829: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF829 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 41 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.03 |
| HSL | 73.33º | 0.94% | 0.57% | - |
| HSV(B) | 73.33º | 0.83% | 0.97% | - |
| XYZ | 58.32 | 79.85 | 14.44 | - |
| YUV | 210.65 | 32.26 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 41 | 0.19 | 0 | 0.83 | 0.03 | 73.33 | 0.94 | 0.57 |
| Hex | CA | F8 | 29 | 13 | 0 | 53 | 3 | 49 | 5E | 39 |
| Octal | 312 | 370 | 51 | 23 | 0 | 123 | 3 | 111 | 136 | 71 |
| Binary | 11001010 | 11111000 | 101001 | 10011 | 0 | 1010011 | 11 | 1001001 | 1011110 | 111001 |
Color Harmonies of #CAF829
Complementary color
Monochromatic Colors of #CAF829
Black with #CAF829
Text Example
Text Example
White with #CAF829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF829; }
p { color: rgb(202,248,41); }
H1.HeaderClassName
{
color: #CAF829;
}
.AnyTagClassName
{
color: #CAF829;
}
</style>
background-color css
<style>
a { background-color: #CAF829; }
a { background-color: rgb(202,248,41); }
div.DivClassName
{
background-color: #CAF829;
}
.BgClassName
{
background-color: #CAF829;
}
</style>
border-color css
<style>
span { border-color: #CAF829; }
span { border-color: rgb(202,248,41); }
td.TdClassName
{
border-color: #CAF829;
}
.TagClassName
{
border-color: #CAF829;
}
</style>