Shades of Pear #CAFA4A
Tints of Pear #CAFA4A
RGB
CMYK
RGB Variations
Color information
#CAFA4A (or 0xCAFA4A) is known color: Pear. HEX triplet: CA, FA and 4A. RGB value is (202,250,74). Sum of RGB (Red+Green+Blue) = 202+250+74=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFA4A is #3505B5. Grayscale: #D8D8D8. Windows color (decimal): -3474870 or 4913866. OLE color: 4913866.
HSL color Cylindrical-coordinate representation of color #CAFA4A: hue angle of 76.36º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAFA4A is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 74 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.02 |
| HSL | 76.36º | 0.95% | 0.64% | - |
| HSV(B) | 76.36º | 0.7% | 0.98% | - |
| XYZ | 59.78 | 81.42 | 19.04 | - |
| YUV | 215.58 | 48.1 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 74 | 0.19 | 0 | 0.70 | 0.02 | 76.36 | 0.95 | 0.64 |
| Hex | CA | FA | 4A | 13 | 0 | 46 | 2 | 4C | 5F | 40 |
| Octal | 312 | 372 | 112 | 23 | 0 | 106 | 2 | 114 | 137 | 100 |
| Binary | 11001010 | 11111010 | 1001010 | 10011 | 0 | 1000110 | 10 | 1001100 | 1011111 | 1000000 |
Color Harmonies of #CAFA4A
Complementary color
Monochromatic Colors of #CAFA4A
Black with #CAFA4A
Text Example
Text Example
White with #CAFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA4A; }
p { color: rgb(202,250,74); }
H1.HeaderClassName
{
color: #CAFA4A;
}
.AnyTagClassName
{
color: #CAFA4A;
}
</style>
background-color css
<style>
a { background-color: #CAFA4A; }
a { background-color: rgb(202,250,74); }
div.DivClassName
{
background-color: #CAFA4A;
}
.BgClassName
{
background-color: #CAFA4A;
}
</style>
border-color css
<style>
span { border-color: #CAFA4A; }
span { border-color: rgb(202,250,74); }
td.TdClassName
{
border-color: #CAFA4A;
}
.TagClassName
{
border-color: #CAFA4A;
}
</style>