Shades of Pear #CAF449
Tints of Pear #CAF449
RGB
CMYK
RGB Variations
Color information
#CAF449 (or 0xCAF449) is known color: Pear. HEX triplet: CA, F4 and 49. RGB value is (202,244,73). Sum of RGB (Red+Green+Blue) = 202+244+73=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF449 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF449 is #350BB6. Grayscale: #D4D4D4. Windows color (decimal): -3476407 or 4846794. OLE color: 4846794.
HSL color Cylindrical-coordinate representation of color #CAF449: hue angle of 74.74º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAF449 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 244 | 73 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.04 |
| HSL | 74.74º | 0.89% | 0.62% | - |
| HSV(B) | 74.74º | 0.7% | 0.96% | - |
| XYZ | 57.91 | 77.74 | 18.26 | - |
| YUV | 211.95 | 49.59 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 244 | 73 | 0.17 | 0 | 0.70 | 0.04 | 74.74 | 0.89 | 0.62 |
| Hex | CA | F4 | 49 | 11 | 0 | 46 | 4 | 4B | 59 | 3E |
| Octal | 312 | 364 | 111 | 21 | 0 | 106 | 4 | 113 | 131 | 76 |
| Binary | 11001010 | 11110100 | 1001001 | 10001 | 0 | 1000110 | 100 | 1001011 | 1011001 | 111110 |
Color Harmonies of #CAF449
Complementary color
Monochromatic Colors of #CAF449
Black with #CAF449
Text Example
Text Example
White with #CAF449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF449; }
p { color: rgb(202,244,73); }
H1.HeaderClassName
{
color: #CAF449;
}
.AnyTagClassName
{
color: #CAF449;
}
</style>
background-color css
<style>
a { background-color: #CAF449; }
a { background-color: rgb(202,244,73); }
div.DivClassName
{
background-color: #CAF449;
}
.BgClassName
{
background-color: #CAF449;
}
</style>
border-color css
<style>
span { border-color: #CAF449; }
span { border-color: rgb(202,244,73); }
td.TdClassName
{
border-color: #CAF449;
}
.TagClassName
{
border-color: #CAF449;
}
</style>