Shades of Pear #CAE431
Tints of Pear #CAE431
RGB
CMYK
RGB Variations
Color information
#CAE431 (or 0xCAE431) is known color: Pear. HEX triplet: CA, E4 and 31. RGB value is (202,228,49). Sum of RGB (Red+Green+Blue) = 202+228+49=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE431 is #351BCE. Grayscale: #C8C8C8. Windows color (decimal): -3480527 or 3269834. OLE color: 3269834.
HSL color Cylindrical-coordinate representation of color #CAE431: hue angle of 68.72º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAE431 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 49 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.11 |
| HSL | 68.72º | 0.77% | 0.54% | - |
| HSV(B) | 68.72º | 0.79% | 0.89% | - |
| XYZ | 52.65 | 68.27 | 13.31 | - |
| YUV | 199.82 | 42.89 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 49 | 0.11 | 0 | 0.79 | 0.11 | 68.72 | 0.77 | 0.54 |
| Hex | CA | E4 | 31 | B | 0 | 4F | B | 45 | 4D | 36 |
| Octal | 312 | 344 | 61 | 13 | 0 | 117 | 13 | 105 | 115 | 66 |
| Binary | 11001010 | 11100100 | 110001 | 1011 | 0 | 1001111 | 1011 | 1000101 | 1001101 | 110110 |
Color Harmonies of #CAE431
Complementary color
Monochromatic Colors of #CAE431
Black with #CAE431
Text Example
Text Example
White with #CAE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE431; }
p { color: rgb(202,228,49); }
H1.HeaderClassName
{
color: #CAE431;
}
.AnyTagClassName
{
color: #CAE431;
}
</style>
background-color css
<style>
a { background-color: #CAE431; }
a { background-color: rgb(202,228,49); }
div.DivClassName
{
background-color: #CAE431;
}
.BgClassName
{
background-color: #CAE431;
}
</style>
border-color css
<style>
span { border-color: #CAE431; }
span { border-color: rgb(202,228,49); }
td.TdClassName
{
border-color: #CAE431;
}
.TagClassName
{
border-color: #CAE431;
}
</style>