Shades of Pear #CAE42B
Tints of Pear #CAE42B
RGB
CMYK
RGB Variations
Color information
#CAE42B (or 0xCAE42B) is known color: Pear. HEX triplet: CA, E4 and 2B. RGB value is (202,228,43). Sum of RGB (Red+Green+Blue) = 202+228+43=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE42B is #351BD4. Grayscale: #C7C7C7. Windows color (decimal): -3480533 or 2876618. OLE color: 2876618.
HSL color Cylindrical-coordinate representation of color #CAE42B: hue angle of 68.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAE42B is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 43 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.11 |
| HSL | 68.43º | 0.77% | 0.53% | - |
| HSV(B) | 68.43º | 0.81% | 0.89% | - |
| XYZ | 52.54 | 68.22 | 12.68 | - |
| YUV | 199.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 43 | 0.11 | 0 | 0.81 | 0.11 | 68.43 | 0.77 | 0.53 |
| Hex | CA | E4 | 2B | B | 0 | 51 | B | 44 | 4D | 35 |
| Octal | 312 | 344 | 53 | 13 | 0 | 121 | 13 | 104 | 115 | 65 |
| Binary | 11001010 | 11100100 | 101011 | 1011 | 0 | 1010001 | 1011 | 1000100 | 1001101 | 110101 |
Color Harmonies of #CAE42B
Complementary color
Monochromatic Colors of #CAE42B
Black with #CAE42B
Text Example
Text Example
White with #CAE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE42B; }
p { color: rgb(202,228,43); }
H1.HeaderClassName
{
color: #CAE42B;
}
.AnyTagClassName
{
color: #CAE42B;
}
</style>
background-color css
<style>
a { background-color: #CAE42B; }
a { background-color: rgb(202,228,43); }
div.DivClassName
{
background-color: #CAE42B;
}
.BgClassName
{
background-color: #CAE42B;
}
</style>
border-color css
<style>
span { border-color: #CAE42B; }
span { border-color: rgb(202,228,43); }
td.TdClassName
{
border-color: #CAE42B;
}
.TagClassName
{
border-color: #CAE42B;
}
</style>