Shades of Pear #CAF83A
Tints of Pear #CAF83A
RGB
CMYK
RGB Variations
Color information
#CAF83A (or 0xCAF83A) is known color: Pear. HEX triplet: CA, F8 and 3A. RGB value is (202,248,58). Sum of RGB (Red+Green+Blue) = 202+248+58=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF83A is #3507C5. Grayscale: #D5D5D5. Windows color (decimal): -3475398 or 3864778. OLE color: 3864778.
HSL color Cylindrical-coordinate representation of color #CAF83A: hue angle of 74.53º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAF83A is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 58 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.03 |
| HSL | 74.53º | 0.93% | 0.6% | - |
| HSV(B) | 74.53º | 0.77% | 0.97% | - |
| XYZ | 58.69 | 80 | 16.35 | - |
| YUV | 212.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 58 | 0.19 | 0 | 0.77 | 0.03 | 74.53 | 0.93 | 0.6 |
| Hex | CA | F8 | 3A | 13 | 0 | 4D | 3 | 4B | 5D | 3C |
| Octal | 312 | 370 | 72 | 23 | 0 | 115 | 3 | 113 | 135 | 74 |
| Binary | 11001010 | 11111000 | 111010 | 10011 | 0 | 1001101 | 11 | 1001011 | 1011101 | 111100 |
Color Harmonies of #CAF83A
Complementary color
Monochromatic Colors of #CAF83A
Black with #CAF83A
Text Example
Text Example
White with #CAF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF83A; }
p { color: rgb(202,248,58); }
H1.HeaderClassName
{
color: #CAF83A;
}
.AnyTagClassName
{
color: #CAF83A;
}
</style>
background-color css
<style>
a { background-color: #CAF83A; }
a { background-color: rgb(202,248,58); }
div.DivClassName
{
background-color: #CAF83A;
}
.BgClassName
{
background-color: #CAF83A;
}
</style>
border-color css
<style>
span { border-color: #CAF83A; }
span { border-color: rgb(202,248,58); }
td.TdClassName
{
border-color: #CAF83A;
}
.TagClassName
{
border-color: #CAF83A;
}
</style>