Shades of Pear #CAF93A
Tints of Pear #CAF93A
RGB
CMYK
RGB Variations
Color information
#CAF93A (or 0xCAF93A) is known color: Pear. HEX triplet: CA, F9 and 3A. RGB value is (202,249,58). Sum of RGB (Red+Green+Blue) = 202+249+58=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF93A is #3506C5. Grayscale: #D5D5D5. Windows color (decimal): -3475142 or 3865034. OLE color: 3865034.
HSL color Cylindrical-coordinate representation of color #CAF93A: hue angle of 74.76º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAF93A is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 58 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.02 |
| HSL | 74.76º | 0.94% | 0.6% | - |
| HSV(B) | 74.76º | 0.77% | 0.98% | - |
| XYZ | 59 | 80.61 | 16.45 | - |
| YUV | 213.17 | 40.43 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 58 | 0.19 | 0 | 0.77 | 0.02 | 74.76 | 0.94 | 0.6 |
| Hex | CA | F9 | 3A | 13 | 0 | 4D | 2 | 4B | 5E | 3C |
| Octal | 312 | 371 | 72 | 23 | 0 | 115 | 2 | 113 | 136 | 74 |
| Binary | 11001010 | 11111001 | 111010 | 10011 | 0 | 1001101 | 10 | 1001011 | 1011110 | 111100 |
Color Harmonies of #CAF93A
Complementary color
Monochromatic Colors of #CAF93A
Black with #CAF93A
Text Example
Text Example
White with #CAF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF93A; }
p { color: rgb(202,249,58); }
H1.HeaderClassName
{
color: #CAF93A;
}
.AnyTagClassName
{
color: #CAF93A;
}
</style>
background-color css
<style>
a { background-color: #CAF93A; }
a { background-color: rgb(202,249,58); }
div.DivClassName
{
background-color: #CAF93A;
}
.BgClassName
{
background-color: #CAF93A;
}
</style>
border-color css
<style>
span { border-color: #CAF93A; }
span { border-color: rgb(202,249,58); }
td.TdClassName
{
border-color: #CAF93A;
}
.TagClassName
{
border-color: #CAF93A;
}
</style>