Shades of Pear #CAF045
Tints of Pear #CAF045
RGB
CMYK
RGB Variations
Color information
#CAF045 (or 0xCAF045) is known color: Pear. HEX triplet: CA, F0 and 45. RGB value is (202,240,69). Sum of RGB (Red+Green+Blue) = 202+240+69=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF045 is #350FBA. Grayscale: #D1D1D1. Windows color (decimal): -3477435 or 4583626. OLE color: 4583626.
HSL color Cylindrical-coordinate representation of color #CAF045: hue angle of 73.33º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAF045 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 69 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.06 |
| HSL | 73.33º | 0.85% | 0.61% | - |
| HSV(B) | 73.33º | 0.71% | 0.94% | - |
| XYZ | 56.59 | 75.31 | 17.18 | - |
| YUV | 209.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 69 | 0.16 | 0 | 0.71 | 0.06 | 73.33 | 0.85 | 0.61 |
| Hex | CA | F0 | 45 | 10 | 0 | 47 | 6 | 49 | 55 | 3D |
| Octal | 312 | 360 | 105 | 20 | 0 | 107 | 6 | 111 | 125 | 75 |
| Binary | 11001010 | 11110000 | 1000101 | 10000 | 0 | 1000111 | 110 | 1001001 | 1010101 | 111101 |
Color Harmonies of #CAF045
Complementary color
Monochromatic Colors of #CAF045
Black with #CAF045
Text Example
Text Example
White with #CAF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF045; }
p { color: rgb(202,240,69); }
H1.HeaderClassName
{
color: #CAF045;
}
.AnyTagClassName
{
color: #CAF045;
}
</style>
background-color css
<style>
a { background-color: #CAF045; }
a { background-color: rgb(202,240,69); }
div.DivClassName
{
background-color: #CAF045;
}
.BgClassName
{
background-color: #CAF045;
}
</style>
border-color css
<style>
span { border-color: #CAF045; }
span { border-color: rgb(202,240,69); }
td.TdClassName
{
border-color: #CAF045;
}
.TagClassName
{
border-color: #CAF045;
}
</style>