Shades of Pear #CAF932
Tints of Pear #CAF932
RGB
CMYK
RGB Variations
Color information
#CAF932 (or 0xCAF932) is known color: Pear. HEX triplet: CA, F9 and 32. RGB value is (202,249,50). Sum of RGB (Red+Green+Blue) = 202+249+50=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF932 is #3506CD. Grayscale: #D5D5D5. Windows color (decimal): -3475150 or 3340746. OLE color: 3340746.
HSL color Cylindrical-coordinate representation of color #CAF932: hue angle of 74.17º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAF932 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 50 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.02 |
| HSL | 74.17º | 0.94% | 0.59% | - |
| HSV(B) | 74.17º | 0.8% | 0.98% | - |
| XYZ | 58.81 | 80.54 | 15.46 | - |
| YUV | 212.26 | 36.43 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 50 | 0.19 | 0 | 0.80 | 0.02 | 74.17 | 0.94 | 0.59 |
| Hex | CA | F9 | 32 | 13 | 0 | 50 | 2 | 4A | 5E | 3B |
| Octal | 312 | 371 | 62 | 23 | 0 | 120 | 2 | 112 | 136 | 73 |
| Binary | 11001010 | 11111001 | 110010 | 10011 | 0 | 1010000 | 10 | 1001010 | 1011110 | 111011 |
Color Harmonies of #CAF932
Complementary color
Monochromatic Colors of #CAF932
Black with #CAF932
Text Example
Text Example
White with #CAF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF932; }
p { color: rgb(202,249,50); }
H1.HeaderClassName
{
color: #CAF932;
}
.AnyTagClassName
{
color: #CAF932;
}
</style>
background-color css
<style>
a { background-color: #CAF932; }
a { background-color: rgb(202,249,50); }
div.DivClassName
{
background-color: #CAF932;
}
.BgClassName
{
background-color: #CAF932;
}
</style>
border-color css
<style>
span { border-color: #CAF932; }
span { border-color: rgb(202,249,50); }
td.TdClassName
{
border-color: #CAF932;
}
.TagClassName
{
border-color: #CAF932;
}
</style>