Shades of Pear #CAF940
Tints of Pear #CAF940
RGB
CMYK
RGB Variations
Color information
#CAF940 (or 0xCAF940) is known color: Pear. HEX triplet: CA, F9 and 40. RGB value is (202,249,64). Sum of RGB (Red+Green+Blue) = 202+249+64=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF940 is #3506BF. Grayscale: #D6D6D6. Windows color (decimal): -3475136 or 4258250. OLE color: 4258250.
HSL color Cylindrical-coordinate representation of color #CAF940: hue angle of 75.24º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAF940 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 64 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.02 |
| HSL | 75.24º | 0.94% | 0.61% | - |
| HSV(B) | 75.24º | 0.74% | 0.98% | - |
| XYZ | 59.16 | 80.68 | 17.3 | - |
| YUV | 213.86 | 43.43 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 64 | 0.19 | 0 | 0.74 | 0.02 | 75.24 | 0.94 | 0.61 |
| Hex | CA | F9 | 40 | 13 | 0 | 4A | 2 | 4B | 5E | 3D |
| Octal | 312 | 371 | 100 | 23 | 0 | 112 | 2 | 113 | 136 | 75 |
| Binary | 11001010 | 11111001 | 1000000 | 10011 | 0 | 1001010 | 10 | 1001011 | 1011110 | 111101 |
Color Harmonies of #CAF940
Complementary color
Monochromatic Colors of #CAF940
Black with #CAF940
Text Example
Text Example
White with #CAF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF940; }
p { color: rgb(202,249,64); }
H1.HeaderClassName
{
color: #CAF940;
}
.AnyTagClassName
{
color: #CAF940;
}
</style>
background-color css
<style>
a { background-color: #CAF940; }
a { background-color: rgb(202,249,64); }
div.DivClassName
{
background-color: #CAF940;
}
.BgClassName
{
background-color: #CAF940;
}
</style>
border-color css
<style>
span { border-color: #CAF940; }
span { border-color: rgb(202,249,64); }
td.TdClassName
{
border-color: #CAF940;
}
.TagClassName
{
border-color: #CAF940;
}
</style>