Shades of Pear #CAE621
Tints of Pear #CAE621
RGB
CMYK
RGB Variations
Color information
#CAE621 (or 0xCAE621) is known color: Pear. HEX triplet: CA, E6 and 21. RGB value is (202,230,33). Sum of RGB (Red+Green+Blue) = 202+230+33=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE621 is #3519DE. Grayscale: #C7C7C7. Windows color (decimal): -3480031 or 2221770. OLE color: 2221770.
HSL color Cylindrical-coordinate representation of color #CAE621: hue angle of 68.53º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAE621 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 33 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.10 |
| HSL | 68.53º | 0.8% | 0.52% | - |
| HSV(B) | 68.53º | 0.86% | 0.9% | - |
| XYZ | 52.93 | 69.26 | 12.02 | - |
| YUV | 199.17 | 34.22 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 33 | 0.12 | 0 | 0.86 | 0.10 | 68.53 | 0.8 | 0.52 |
| Hex | CA | E6 | 21 | C | 0 | 56 | A | 45 | 50 | 34 |
| Octal | 312 | 346 | 41 | 14 | 0 | 126 | 12 | 105 | 120 | 64 |
| Binary | 11001010 | 11100110 | 100001 | 1100 | 0 | 1010110 | 1010 | 1000101 | 1010000 | 110100 |
Color Harmonies of #CAE621
Complementary color
Monochromatic Colors of #CAE621
Black with #CAE621
Text Example
Text Example
White with #CAE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE621; }
p { color: rgb(202,230,33); }
H1.HeaderClassName
{
color: #CAE621;
}
.AnyTagClassName
{
color: #CAE621;
}
</style>
background-color css
<style>
a { background-color: #CAE621; }
a { background-color: rgb(202,230,33); }
div.DivClassName
{
background-color: #CAE621;
}
.BgClassName
{
background-color: #CAE621;
}
</style>
border-color css
<style>
span { border-color: #CAE621; }
span { border-color: rgb(202,230,33); }
td.TdClassName
{
border-color: #CAE621;
}
.TagClassName
{
border-color: #CAE621;
}
</style>