Shades of Pear #CAF545
Tints of Pear #CAF545
RGB
CMYK
RGB Variations
Color information
#CAF545 (or 0xCAF545) is known color: Pear. HEX triplet: CA, F5 and 45. RGB value is (202,245,69). Sum of RGB (Red+Green+Blue) = 202+245+69=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF545 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF545 is #350ABA. Grayscale: #D4D4D4. Windows color (decimal): -3476155 or 4584906. OLE color: 4584906.
HSL color Cylindrical-coordinate representation of color #CAF545: hue angle of 74.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAF545 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 69 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.04 |
| HSL | 74.66º | 0.9% | 0.62% | - |
| HSV(B) | 74.66º | 0.72% | 0.96% | - |
| XYZ | 58.08 | 78.29 | 17.68 | - |
| YUV | 212.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 69 | 0.18 | 0 | 0.72 | 0.04 | 74.66 | 0.9 | 0.62 |
| Hex | CA | F5 | 45 | 12 | 0 | 48 | 4 | 4B | 5A | 3E |
| Octal | 312 | 365 | 105 | 22 | 0 | 110 | 4 | 113 | 132 | 76 |
| Binary | 11001010 | 11110101 | 1000101 | 10010 | 0 | 1001000 | 100 | 1001011 | 1011010 | 111110 |
Color Harmonies of #CAF545
Complementary color
Monochromatic Colors of #CAF545
Black with #CAF545
Text Example
Text Example
White with #CAF545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF545; }
p { color: rgb(202,245,69); }
H1.HeaderClassName
{
color: #CAF545;
}
.AnyTagClassName
{
color: #CAF545;
}
</style>
background-color css
<style>
a { background-color: #CAF545; }
a { background-color: rgb(202,245,69); }
div.DivClassName
{
background-color: #CAF545;
}
.BgClassName
{
background-color: #CAF545;
}
</style>
border-color css
<style>
span { border-color: #CAF545; }
span { border-color: rgb(202,245,69); }
td.TdClassName
{
border-color: #CAF545;
}
.TagClassName
{
border-color: #CAF545;
}
</style>