Shades of Pear #CAE437
Tints of Pear #CAE437
RGB
CMYK
RGB Variations
Color information
#CAE437 (or 0xCAE437) is known color: Pear. HEX triplet: CA, E4 and 37. RGB value is (202,228,55). Sum of RGB (Red+Green+Blue) = 202+228+55=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE437 is #351BC8. Grayscale: #C9C9C9. Windows color (decimal): -3480521 or 3663050. OLE color: 3663050.
HSL color Cylindrical-coordinate representation of color #CAE437: hue angle of 69.02º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAE437 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 55 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.11 |
| HSL | 69.02º | 0.76% | 0.55% | - |
| HSV(B) | 69.02º | 0.76% | 0.89% | - |
| XYZ | 52.79 | 68.32 | 14.02 | - |
| YUV | 200.5 | 45.89 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 55 | 0.11 | 0 | 0.76 | 0.11 | 69.02 | 0.76 | 0.55 |
| Hex | CA | E4 | 37 | B | 0 | 4C | B | 45 | 4C | 37 |
| Octal | 312 | 344 | 67 | 13 | 0 | 114 | 13 | 105 | 114 | 67 |
| Binary | 11001010 | 11100100 | 110111 | 1011 | 0 | 1001100 | 1011 | 1000101 | 1001100 | 110111 |
Color Harmonies of #CAE437
Complementary color
Monochromatic Colors of #CAE437
Black with #CAE437
Text Example
Text Example
White with #CAE437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE437; }
p { color: rgb(202,228,55); }
H1.HeaderClassName
{
color: #CAE437;
}
.AnyTagClassName
{
color: #CAE437;
}
</style>
background-color css
<style>
a { background-color: #CAE437; }
a { background-color: rgb(202,228,55); }
div.DivClassName
{
background-color: #CAE437;
}
.BgClassName
{
background-color: #CAE437;
}
</style>
border-color css
<style>
span { border-color: #CAE437; }
span { border-color: rgb(202,228,55); }
td.TdClassName
{
border-color: #CAE437;
}
.TagClassName
{
border-color: #CAE437;
}
</style>