Shades of Pear #CAF949
Tints of Pear #CAF949
RGB
CMYK
RGB Variations
Color information
#CAF949 (or 0xCAF949) is known color: Pear. HEX triplet: CA, F9 and 49. RGB value is (202,249,73). Sum of RGB (Red+Green+Blue) = 202+249+73=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF949 is #3506B6. Grayscale: #D7D7D7. Windows color (decimal): -3475127 or 4848074. OLE color: 4848074.
HSL color Cylindrical-coordinate representation of color #CAF949: hue angle of 76.02º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAF949 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 73 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.02 |
| HSL | 76.02º | 0.94% | 0.63% | - |
| HSV(B) | 76.02º | 0.71% | 0.98% | - |
| XYZ | 59.44 | 80.79 | 18.76 | - |
| YUV | 214.88 | 47.93 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 73 | 0.19 | 0 | 0.71 | 0.02 | 76.02 | 0.94 | 0.63 |
| Hex | CA | F9 | 49 | 13 | 0 | 47 | 2 | 4C | 5E | 3F |
| Octal | 312 | 371 | 111 | 23 | 0 | 107 | 2 | 114 | 136 | 77 |
| Binary | 11001010 | 11111001 | 1001001 | 10011 | 0 | 1000111 | 10 | 1001100 | 1011110 | 111111 |
Color Harmonies of #CAF949
Complementary color
Monochromatic Colors of #CAF949
Black with #CAF949
Text Example
Text Example
White with #CAF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF949; }
p { color: rgb(202,249,73); }
H1.HeaderClassName
{
color: #CAF949;
}
.AnyTagClassName
{
color: #CAF949;
}
</style>
background-color css
<style>
a { background-color: #CAF949; }
a { background-color: rgb(202,249,73); }
div.DivClassName
{
background-color: #CAF949;
}
.BgClassName
{
background-color: #CAF949;
}
</style>
border-color css
<style>
span { border-color: #CAF949; }
span { border-color: rgb(202,249,73); }
td.TdClassName
{
border-color: #CAF949;
}
.TagClassName
{
border-color: #CAF949;
}
</style>