Shades of Pear #CAE321
Tints of Pear #CAE321
RGB
CMYK
RGB Variations
Color information
#CAE321 (or 0xCAE321) is known color: Pear. HEX triplet: CA, E3 and 21. RGB value is (202,227,33). Sum of RGB (Red+Green+Blue) = 202+227+33=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE321 is #351CDE. Grayscale: #C6C6C6. Windows color (decimal): -3480799 or 2221002. OLE color: 2221002.
HSL color Cylindrical-coordinate representation of color #CAE321: hue angle of 67.73º 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 #CAE321 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 33 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.11 |
| HSL | 67.73º | 0.78% | 0.51% | - |
| HSV(B) | 67.73º | 0.85% | 0.89% | - |
| XYZ | 52.1 | 67.6 | 11.74 | - |
| YUV | 197.41 | 35.22 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 33 | 0.11 | 0 | 0.85 | 0.11 | 67.73 | 0.78 | 0.51 |
| Hex | CA | E3 | 21 | B | 0 | 55 | B | 44 | 4E | 33 |
| Octal | 312 | 343 | 41 | 13 | 0 | 125 | 13 | 104 | 116 | 63 |
| Binary | 11001010 | 11100011 | 100001 | 1011 | 0 | 1010101 | 1011 | 1000100 | 1001110 | 110011 |
Color Harmonies of #CAE321
Complementary color
Monochromatic Colors of #CAE321
Black with #CAE321
Text Example
Text Example
White with #CAE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE321; }
p { color: rgb(202,227,33); }
H1.HeaderClassName
{
color: #CAE321;
}
.AnyTagClassName
{
color: #CAE321;
}
</style>
background-color css
<style>
a { background-color: #CAE321; }
a { background-color: rgb(202,227,33); }
div.DivClassName
{
background-color: #CAE321;
}
.BgClassName
{
background-color: #CAE321;
}
</style>
border-color css
<style>
span { border-color: #CAE321; }
span { border-color: rgb(202,227,33); }
td.TdClassName
{
border-color: #CAE321;
}
.TagClassName
{
border-color: #CAE321;
}
</style>