Shades of Pear #CAE521
Tints of Pear #CAE521
RGB
CMYK
RGB Variations
Color information
#CAE521 (or 0xCAE521) is known color: Pear. HEX triplet: CA, E5 and 21. RGB value is (202,229,33). Sum of RGB (Red+Green+Blue) = 202+229+33=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE521 is #351ADE. Grayscale: #C7C7C7. Windows color (decimal): -3480287 or 2221514. OLE color: 2221514.
HSL color Cylindrical-coordinate representation of color #CAE521: hue angle of 68.27º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAE521 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 33 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.10 |
| HSL | 68.27º | 0.79% | 0.51% | - |
| HSV(B) | 68.27º | 0.86% | 0.9% | - |
| XYZ | 52.65 | 68.7 | 11.93 | - |
| YUV | 198.58 | 34.55 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 33 | 0.12 | 0 | 0.86 | 0.10 | 68.27 | 0.79 | 0.51 |
| Hex | CA | E5 | 21 | C | 0 | 56 | A | 44 | 4F | 33 |
| Octal | 312 | 345 | 41 | 14 | 0 | 126 | 12 | 104 | 117 | 63 |
| Binary | 11001010 | 11100101 | 100001 | 1100 | 0 | 1010110 | 1010 | 1000100 | 1001111 | 110011 |
Color Harmonies of #CAE521
Complementary color
Monochromatic Colors of #CAE521
Black with #CAE521
Text Example
Text Example
White with #CAE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE521; }
p { color: rgb(202,229,33); }
H1.HeaderClassName
{
color: #CAE521;
}
.AnyTagClassName
{
color: #CAE521;
}
</style>
background-color css
<style>
a { background-color: #CAE521; }
a { background-color: rgb(202,229,33); }
div.DivClassName
{
background-color: #CAE521;
}
.BgClassName
{
background-color: #CAE521;
}
</style>
border-color css
<style>
span { border-color: #CAE521; }
span { border-color: rgb(202,229,33); }
td.TdClassName
{
border-color: #CAE521;
}
.TagClassName
{
border-color: #CAE521;
}
</style>