Shades of Pear #CAE422
Tints of Pear #CAE422
RGB
CMYK
RGB Variations
Color information
#CAE422 (or 0xCAE422) is known color: Pear. HEX triplet: CA, E4 and 22. RGB value is (202,228,34). Sum of RGB (Red+Green+Blue) = 202+228+34=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE422 is #351BDD. Grayscale: #C6C6C6. Windows color (decimal): -3480542 or 2286794. OLE color: 2286794.
HSL color Cylindrical-coordinate representation of color #CAE422: hue angle of 68.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAE422 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 34 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 68.04º | 0.78% | 0.51% | - |
| HSV(B) | 68.04º | 0.85% | 0.89% | - |
| XYZ | 52.39 | 68.16 | 11.91 | - |
| YUV | 198.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 34 | 0.11 | 0 | 0.85 | 0.11 | 68.04 | 0.78 | 0.51 |
| Hex | CA | E4 | 22 | B | 0 | 55 | B | 44 | 4E | 33 |
| Octal | 312 | 344 | 42 | 13 | 0 | 125 | 13 | 104 | 116 | 63 |
| Binary | 11001010 | 11100100 | 100010 | 1011 | 0 | 1010101 | 1011 | 1000100 | 1001110 | 110011 |
Color Harmonies of #CAE422
Complementary color
Monochromatic Colors of #CAE422
Black with #CAE422
Text Example
Text Example
White with #CAE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE422; }
p { color: rgb(202,228,34); }
H1.HeaderClassName
{
color: #CAE422;
}
.AnyTagClassName
{
color: #CAE422;
}
</style>
background-color css
<style>
a { background-color: #CAE422; }
a { background-color: rgb(202,228,34); }
div.DivClassName
{
background-color: #CAE422;
}
.BgClassName
{
background-color: #CAE422;
}
</style>
border-color css
<style>
span { border-color: #CAE422; }
span { border-color: rgb(202,228,34); }
td.TdClassName
{
border-color: #CAE422;
}
.TagClassName
{
border-color: #CAE422;
}
</style>