Shades of Pear #CAFA40
Tints of Pear #CAFA40
RGB
CMYK
RGB Variations
Color information
#CAFA40 (or 0xCAFA40) is known color: Pear. HEX triplet: CA, FA and 40. RGB value is (202,250,64). Sum of RGB (Red+Green+Blue) = 202+250+64=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFA40 is #3505BF. Grayscale: #D7D7D7. Windows color (decimal): -3474880 or 4258506. OLE color: 4258506.
HSL color Cylindrical-coordinate representation of color #CAFA40: hue angle of 75.48º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAFA40 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 64 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.02 |
| HSL | 75.48º | 0.95% | 0.62% | - |
| HSV(B) | 75.48º | 0.74% | 0.98% | - |
| XYZ | 59.47 | 81.3 | 17.41 | - |
| YUV | 214.44 | 43.1 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 64 | 0.19 | 0 | 0.74 | 0.02 | 75.48 | 0.95 | 0.62 |
| Hex | CA | FA | 40 | 13 | 0 | 4A | 2 | 4B | 5F | 3E |
| Octal | 312 | 372 | 100 | 23 | 0 | 112 | 2 | 113 | 137 | 76 |
| Binary | 11001010 | 11111010 | 1000000 | 10011 | 0 | 1001010 | 10 | 1001011 | 1011111 | 111110 |
Color Harmonies of #CAFA40
Complementary color
Monochromatic Colors of #CAFA40
Black with #CAFA40
Text Example
Text Example
White with #CAFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA40; }
p { color: rgb(202,250,64); }
H1.HeaderClassName
{
color: #CAFA40;
}
.AnyTagClassName
{
color: #CAFA40;
}
</style>
background-color css
<style>
a { background-color: #CAFA40; }
a { background-color: rgb(202,250,64); }
div.DivClassName
{
background-color: #CAFA40;
}
.BgClassName
{
background-color: #CAFA40;
}
</style>
border-color css
<style>
span { border-color: #CAFA40; }
span { border-color: rgb(202,250,64); }
td.TdClassName
{
border-color: #CAFA40;
}
.TagClassName
{
border-color: #CAFA40;
}
</style>