Shades of Pear #CAE423
Tints of Pear #CAE423
RGB
CMYK
RGB Variations
Color information
#CAE423 (or 0xCAE423) is known color: Pear. HEX triplet: CA, E4 and 23. RGB value is (202,228,35). Sum of RGB (Red+Green+Blue) = 202+228+35=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE423 is #351BDC. Grayscale: #C6C6C6. Windows color (decimal): -3480541 or 2352330. OLE color: 2352330.
HSL color Cylindrical-coordinate representation of color #CAE423: hue angle of 68.08º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAE423 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 35 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 68.08º | 0.78% | 0.52% | - |
| HSV(B) | 68.08º | 0.85% | 0.89% | - |
| XYZ | 52.4 | 68.16 | 11.99 | - |
| YUV | 198.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 35 | 0.11 | 0 | 0.85 | 0.11 | 68.08 | 0.78 | 0.52 |
| Hex | CA | E4 | 23 | B | 0 | 55 | B | 44 | 4E | 34 |
| Octal | 312 | 344 | 43 | 13 | 0 | 125 | 13 | 104 | 116 | 64 |
| Binary | 11001010 | 11100100 | 100011 | 1011 | 0 | 1010101 | 1011 | 1000100 | 1001110 | 110100 |
Color Harmonies of #CAE423
Complementary color
Monochromatic Colors of #CAE423
Black with #CAE423
Text Example
Text Example
White with #CAE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE423; }
p { color: rgb(202,228,35); }
H1.HeaderClassName
{
color: #CAE423;
}
.AnyTagClassName
{
color: #CAE423;
}
</style>
background-color css
<style>
a { background-color: #CAE423; }
a { background-color: rgb(202,228,35); }
div.DivClassName
{
background-color: #CAE423;
}
.BgClassName
{
background-color: #CAE423;
}
</style>
border-color css
<style>
span { border-color: #CAE423; }
span { border-color: rgb(202,228,35); }
td.TdClassName
{
border-color: #CAE423;
}
.TagClassName
{
border-color: #CAE423;
}
</style>