Shades of Pear #CAF740
Tints of Pear #CAF740
RGB
CMYK
RGB Variations
Color information
#CAF740 (or 0xCAF740) is known color: Pear. HEX triplet: CA, F7 and 40. RGB value is (202,247,64). Sum of RGB (Red+Green+Blue) = 202+247+64=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF740 is #3508BF. Grayscale: #D5D5D5. Windows color (decimal): -3475648 or 4257738. OLE color: 4257738.
HSL color Cylindrical-coordinate representation of color #CAF740: hue angle of 74.75º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAF740 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 64 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.03 |
| HSL | 74.75º | 0.92% | 0.61% | - |
| HSV(B) | 74.75º | 0.74% | 0.97% | - |
| XYZ | 58.54 | 79.45 | 17.1 | - |
| YUV | 212.68 | 44.09 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 64 | 0.18 | 0 | 0.74 | 0.03 | 74.75 | 0.92 | 0.61 |
| Hex | CA | F7 | 40 | 12 | 0 | 4A | 3 | 4B | 5C | 3D |
| Octal | 312 | 367 | 100 | 22 | 0 | 112 | 3 | 113 | 134 | 75 |
| Binary | 11001010 | 11110111 | 1000000 | 10010 | 0 | 1001010 | 11 | 1001011 | 1011100 | 111101 |
Color Harmonies of #CAF740
Complementary color
Monochromatic Colors of #CAF740
Black with #CAF740
Text Example
Text Example
White with #CAF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF740; }
p { color: rgb(202,247,64); }
H1.HeaderClassName
{
color: #CAF740;
}
.AnyTagClassName
{
color: #CAF740;
}
</style>
background-color css
<style>
a { background-color: #CAF740; }
a { background-color: rgb(202,247,64); }
div.DivClassName
{
background-color: #CAF740;
}
.BgClassName
{
background-color: #CAF740;
}
</style>
border-color css
<style>
span { border-color: #CAF740; }
span { border-color: rgb(202,247,64); }
td.TdClassName
{
border-color: #CAF740;
}
.TagClassName
{
border-color: #CAF740;
}
</style>