Shades of Pear #CAF345
Tints of Pear #CAF345
RGB
CMYK
RGB Variations
Color information
#CAF345 (or 0xCAF345) is known color: Pear. HEX triplet: CA, F3 and 45. RGB value is (202,243,69). Sum of RGB (Red+Green+Blue) = 202+243+69=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF345 is #350CBA. Grayscale: #D3D3D3. Windows color (decimal): -3476667 or 4584394. OLE color: 4584394.
HSL color Cylindrical-coordinate representation of color #CAF345: hue angle of 74.14º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAF345 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.05 |
| HSL | 74.14º | 0.88% | 0.61% | - |
| HSV(B) | 74.14º | 0.72% | 0.95% | - |
| XYZ | 57.48 | 77.09 | 17.48 | - |
| YUV | 210.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 69 | 0.17 | 0 | 0.72 | 0.05 | 74.14 | 0.88 | 0.61 |
| Hex | CA | F3 | 45 | 11 | 0 | 48 | 5 | 4A | 58 | 3D |
| Octal | 312 | 363 | 105 | 21 | 0 | 110 | 5 | 112 | 130 | 75 |
| Binary | 11001010 | 11110011 | 1000101 | 10001 | 0 | 1001000 | 101 | 1001010 | 1011000 | 111101 |
Color Harmonies of #CAF345
Complementary color
Monochromatic Colors of #CAF345
Black with #CAF345
Text Example
Text Example
White with #CAF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF345; }
p { color: rgb(202,243,69); }
H1.HeaderClassName
{
color: #CAF345;
}
.AnyTagClassName
{
color: #CAF345;
}
</style>
background-color css
<style>
a { background-color: #CAF345; }
a { background-color: rgb(202,243,69); }
div.DivClassName
{
background-color: #CAF345;
}
.BgClassName
{
background-color: #CAF345;
}
</style>
border-color css
<style>
span { border-color: #CAF345; }
span { border-color: rgb(202,243,69); }
td.TdClassName
{
border-color: #CAF345;
}
.TagClassName
{
border-color: #CAF345;
}
</style>