Shades of Pear #CAF730
Tints of Pear #CAF730
RGB
CMYK
RGB Variations
Color information
#CAF730 (or 0xCAF730) is known color: Pear. HEX triplet: CA, F7 and 30. RGB value is (202,247,48). Sum of RGB (Red+Green+Blue) = 202+247+48=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF730 is #3508CF. Grayscale: #D3D3D3. Windows color (decimal): -3475664 or 3209162. OLE color: 3209162.
HSL color Cylindrical-coordinate representation of color #CAF730: hue angle of 73.57º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAF730 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 48 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.03 |
| HSL | 73.57º | 0.93% | 0.58% | - |
| HSV(B) | 73.57º | 0.81% | 0.97% | - |
| XYZ | 58.15 | 79.29 | 15.04 | - |
| YUV | 210.86 | 36.09 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 48 | 0.18 | 0 | 0.81 | 0.03 | 73.57 | 0.93 | 0.58 |
| Hex | CA | F7 | 30 | 12 | 0 | 51 | 3 | 4A | 5D | 3A |
| Octal | 312 | 367 | 60 | 22 | 0 | 121 | 3 | 112 | 135 | 72 |
| Binary | 11001010 | 11110111 | 110000 | 10010 | 0 | 1010001 | 11 | 1001010 | 1011101 | 111010 |
Color Harmonies of #CAF730
Complementary color
Monochromatic Colors of #CAF730
Black with #CAF730
Text Example
Text Example
White with #CAF730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF730; }
p { color: rgb(202,247,48); }
H1.HeaderClassName
{
color: #CAF730;
}
.AnyTagClassName
{
color: #CAF730;
}
</style>
background-color css
<style>
a { background-color: #CAF730; }
a { background-color: rgb(202,247,48); }
div.DivClassName
{
background-color: #CAF730;
}
.BgClassName
{
background-color: #CAF730;
}
</style>
border-color css
<style>
span { border-color: #CAF730; }
span { border-color: rgb(202,247,48); }
td.TdClassName
{
border-color: #CAF730;
}
.TagClassName
{
border-color: #CAF730;
}
</style>