Shades of Pear #CAF83E
Tints of Pear #CAF83E
RGB
CMYK
RGB Variations
Color information
#CAF83E (or 0xCAF83E) is known color: Pear. HEX triplet: CA, F8 and 3E. RGB value is (202,248,62). Sum of RGB (Red+Green+Blue) = 202+248+62=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF83E is #3507C1. Grayscale: #D5D5D5. Windows color (decimal): -3475394 or 4126922. OLE color: 4126922.
HSL color Cylindrical-coordinate representation of color #CAF83E: hue angle of 74.84º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAF83E is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 62 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.03 |
| HSL | 74.84º | 0.93% | 0.61% | - |
| HSV(B) | 74.84º | 0.75% | 0.97% | - |
| XYZ | 58.79 | 80.04 | 16.91 | - |
| YUV | 213.04 | 42.76 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 62 | 0.19 | 0 | 0.75 | 0.03 | 74.84 | 0.93 | 0.61 |
| Hex | CA | F8 | 3E | 13 | 0 | 4B | 3 | 4B | 5D | 3D |
| Octal | 312 | 370 | 76 | 23 | 0 | 113 | 3 | 113 | 135 | 75 |
| Binary | 11001010 | 11111000 | 111110 | 10011 | 0 | 1001011 | 11 | 1001011 | 1011101 | 111101 |
Color Harmonies of #CAF83E
Complementary color
Monochromatic Colors of #CAF83E
Black with #CAF83E
Text Example
Text Example
White with #CAF83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF83E; }
p { color: rgb(202,248,62); }
H1.HeaderClassName
{
color: #CAF83E;
}
.AnyTagClassName
{
color: #CAF83E;
}
</style>
background-color css
<style>
a { background-color: #CAF83E; }
a { background-color: rgb(202,248,62); }
div.DivClassName
{
background-color: #CAF83E;
}
.BgClassName
{
background-color: #CAF83E;
}
</style>
border-color css
<style>
span { border-color: #CAF83E; }
span { border-color: rgb(202,248,62); }
td.TdClassName
{
border-color: #CAF83E;
}
.TagClassName
{
border-color: #CAF83E;
}
</style>