Shades of Pear #CAF74A
Tints of Pear #CAF74A
RGB
CMYK
RGB Variations
Color information
#CAF74A (or 0xCAF74A) is known color: Pear. HEX triplet: CA, F7 and 4A. RGB value is (202,247,74). Sum of RGB (Red+Green+Blue) = 202+247+74=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF74A is #3508B5. Grayscale: #D6D6D6. Windows color (decimal): -3475638 or 4913098. OLE color: 4913098.
HSL color Cylindrical-coordinate representation of color #CAF74A: hue angle of 75.61º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAF74A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 74 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.03 |
| HSL | 75.61º | 0.92% | 0.63% | - |
| HSV(B) | 75.61º | 0.7% | 0.97% | - |
| XYZ | 58.85 | 79.57 | 18.74 | - |
| YUV | 213.82 | 49.09 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 74 | 0.18 | 0 | 0.70 | 0.03 | 75.61 | 0.92 | 0.63 |
| Hex | CA | F7 | 4A | 12 | 0 | 46 | 3 | 4C | 5C | 3F |
| Octal | 312 | 367 | 112 | 22 | 0 | 106 | 3 | 114 | 134 | 77 |
| Binary | 11001010 | 11110111 | 1001010 | 10010 | 0 | 1000110 | 11 | 1001100 | 1011100 | 111111 |
Color Harmonies of #CAF74A
Complementary color
Monochromatic Colors of #CAF74A
Black with #CAF74A
Text Example
Text Example
White with #CAF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF74A; }
p { color: rgb(202,247,74); }
H1.HeaderClassName
{
color: #CAF74A;
}
.AnyTagClassName
{
color: #CAF74A;
}
</style>
background-color css
<style>
a { background-color: #CAF74A; }
a { background-color: rgb(202,247,74); }
div.DivClassName
{
background-color: #CAF74A;
}
.BgClassName
{
background-color: #CAF74A;
}
</style>
border-color css
<style>
span { border-color: #CAF74A; }
span { border-color: rgb(202,247,74); }
td.TdClassName
{
border-color: #CAF74A;
}
.TagClassName
{
border-color: #CAF74A;
}
</style>