Shades of Pear #CAF62D
Tints of Pear #CAF62D
RGB
CMYK
RGB Variations
Color information
#CAF62D (or 0xCAF62D) is known color: Pear. HEX triplet: CA, F6 and 2D. RGB value is (202,246,45). Sum of RGB (Red+Green+Blue) = 202+246+45=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF62D is #3509D2. Grayscale: #D2D2D2. Windows color (decimal): -3475923 or 3012298. OLE color: 3012298.
HSL color Cylindrical-coordinate representation of color #CAF62D: hue angle of 73.13º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAF62D is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 45 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.04 |
| HSL | 73.13º | 0.92% | 0.57% | - |
| HSV(B) | 73.13º | 0.82% | 0.96% | - |
| XYZ | 57.79 | 78.66 | 14.62 | - |
| YUV | 209.93 | 34.92 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 45 | 0.18 | 0 | 0.82 | 0.04 | 73.13 | 0.92 | 0.57 |
| Hex | CA | F6 | 2D | 12 | 0 | 52 | 4 | 49 | 5C | 39 |
| Octal | 312 | 366 | 55 | 22 | 0 | 122 | 4 | 111 | 134 | 71 |
| Binary | 11001010 | 11110110 | 101101 | 10010 | 0 | 1010010 | 100 | 1001001 | 1011100 | 111001 |
Color Harmonies of #CAF62D
Complementary color
Monochromatic Colors of #CAF62D
Black with #CAF62D
Text Example
Text Example
White with #CAF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF62D; }
p { color: rgb(202,246,45); }
H1.HeaderClassName
{
color: #CAF62D;
}
.AnyTagClassName
{
color: #CAF62D;
}
</style>
background-color css
<style>
a { background-color: #CAF62D; }
a { background-color: rgb(202,246,45); }
div.DivClassName
{
background-color: #CAF62D;
}
.BgClassName
{
background-color: #CAF62D;
}
</style>
border-color css
<style>
span { border-color: #CAF62D; }
span { border-color: rgb(202,246,45); }
td.TdClassName
{
border-color: #CAF62D;
}
.TagClassName
{
border-color: #CAF62D;
}
</style>