Shades of Pear #CAF535
Tints of Pear #CAF535
RGB
CMYK
RGB Variations
Color information
#CAF535 (or 0xCAF535) is known color: Pear. HEX triplet: CA, F5 and 35. RGB value is (202,245,53). Sum of RGB (Red+Green+Blue) = 202+245+53=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF535 is #350ACA. Grayscale: #D2D2D2. Windows color (decimal): -3476171 or 3536330. OLE color: 3536330.
HSL color Cylindrical-coordinate representation of color #CAF535: hue angle of 73.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAF535 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 53 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.04 |
| HSL | 73.44º | 0.91% | 0.58% | - |
| HSV(B) | 73.44º | 0.78% | 0.96% | - |
| XYZ | 57.65 | 78.12 | 15.41 | - |
| YUV | 210.26 | 39.25 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 53 | 0.18 | 0 | 0.78 | 0.04 | 73.44 | 0.91 | 0.58 |
| Hex | CA | F5 | 35 | 12 | 0 | 4E | 4 | 49 | 5B | 3A |
| Octal | 312 | 365 | 65 | 22 | 0 | 116 | 4 | 111 | 133 | 72 |
| Binary | 11001010 | 11110101 | 110101 | 10010 | 0 | 1001110 | 100 | 1001001 | 1011011 | 111010 |
Color Harmonies of #CAF535
Complementary color
Monochromatic Colors of #CAF535
Black with #CAF535
Text Example
Text Example
White with #CAF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF535; }
p { color: rgb(202,245,53); }
H1.HeaderClassName
{
color: #CAF535;
}
.AnyTagClassName
{
color: #CAF535;
}
</style>
background-color css
<style>
a { background-color: #CAF535; }
a { background-color: rgb(202,245,53); }
div.DivClassName
{
background-color: #CAF535;
}
.BgClassName
{
background-color: #CAF535;
}
</style>
border-color css
<style>
span { border-color: #CAF535; }
span { border-color: rgb(202,245,53); }
td.TdClassName
{
border-color: #CAF535;
}
.TagClassName
{
border-color: #CAF535;
}
</style>