Shades of Pear #CAF62B
Tints of Pear #CAF62B
RGB
CMYK
RGB Variations
Color information
#CAF62B (or 0xCAF62B) is known color: Pear. HEX triplet: CA, F6 and 2B. RGB value is (202,246,43). Sum of RGB (Red+Green+Blue) = 202+246+43=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF62B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF62B is #3509D4. Grayscale: #D2D2D2. Windows color (decimal): -3475925 or 2881226. OLE color: 2881226.
HSL color Cylindrical-coordinate representation of color #CAF62B: hue angle of 73º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF62B is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 43 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.04 |
| HSL | 73º | 0.92% | 0.57% | - |
| HSV(B) | 73º | 0.83% | 0.96% | - |
| XYZ | 57.75 | 78.64 | 14.42 | - |
| YUV | 209.7 | 33.92 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 43 | 0.18 | 0 | 0.83 | 0.04 | 73 | 0.92 | 0.57 |
| Hex | CA | F6 | 2B | 12 | 0 | 53 | 4 | 49 | 5C | 39 |
| Octal | 312 | 366 | 53 | 22 | 0 | 123 | 4 | 111 | 134 | 71 |
| Binary | 11001010 | 11110110 | 101011 | 10010 | 0 | 1010011 | 100 | 1001001 | 1011100 | 111001 |
Color Harmonies of #CAF62B
Complementary color
Monochromatic Colors of #CAF62B
Black with #CAF62B
Text Example
Text Example
White with #CAF62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF62B; }
p { color: rgb(202,246,43); }
H1.HeaderClassName
{
color: #CAF62B;
}
.AnyTagClassName
{
color: #CAF62B;
}
</style>
background-color css
<style>
a { background-color: #CAF62B; }
a { background-color: rgb(202,246,43); }
div.DivClassName
{
background-color: #CAF62B;
}
.BgClassName
{
background-color: #CAF62B;
}
</style>
border-color css
<style>
span { border-color: #CAF62B; }
span { border-color: rgb(202,246,43); }
td.TdClassName
{
border-color: #CAF62B;
}
.TagClassName
{
border-color: #CAF62B;
}
</style>