Shades of Pear #CAF729
Tints of Pear #CAF729
RGB
CMYK
RGB Variations
Color information
#CAF729 (or 0xCAF729) is known color: Pear. HEX triplet: CA, F7 and 29. RGB value is (202,247,41). Sum of RGB (Red+Green+Blue) = 202+247+41=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF729 is #3508D6. Grayscale: #D2D2D2. Windows color (decimal): -3475671 or 2750410. OLE color: 2750410.
HSL color Cylindrical-coordinate representation of color #CAF729: hue angle of 73.11º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF729 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 41 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.03 |
| HSL | 73.11º | 0.93% | 0.56% | - |
| HSV(B) | 73.11º | 0.83% | 0.97% | - |
| XYZ | 58.02 | 79.24 | 14.33 | - |
| YUV | 210.06 | 32.59 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 41 | 0.18 | 0 | 0.83 | 0.03 | 73.11 | 0.93 | 0.56 |
| Hex | CA | F7 | 29 | 12 | 0 | 53 | 3 | 49 | 5D | 38 |
| Octal | 312 | 367 | 51 | 22 | 0 | 123 | 3 | 111 | 135 | 70 |
| Binary | 11001010 | 11110111 | 101001 | 10010 | 0 | 1010011 | 11 | 1001001 | 1011101 | 111000 |
Color Harmonies of #CAF729
Complementary color
Monochromatic Colors of #CAF729
Black with #CAF729
Text Example
Text Example
White with #CAF729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF729; }
p { color: rgb(202,247,41); }
H1.HeaderClassName
{
color: #CAF729;
}
.AnyTagClassName
{
color: #CAF729;
}
</style>
background-color css
<style>
a { background-color: #CAF729; }
a { background-color: rgb(202,247,41); }
div.DivClassName
{
background-color: #CAF729;
}
.BgClassName
{
background-color: #CAF729;
}
</style>
border-color css
<style>
span { border-color: #CAF729; }
span { border-color: rgb(202,247,41); }
td.TdClassName
{
border-color: #CAF729;
}
.TagClassName
{
border-color: #CAF729;
}
</style>