Shades of Pear #CAE52D
Tints of Pear #CAE52D
RGB
CMYK
RGB Variations
Color information
#CAE52D (or 0xCAE52D) is known color: Pear. HEX triplet: CA, E5 and 2D. RGB value is (202,229,45). Sum of RGB (Red+Green+Blue) = 202+229+45=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE52D is #351AD2. Grayscale: #C8C8C8. Windows color (decimal): -3480275 or 3007946. OLE color: 3007946.
HSL color Cylindrical-coordinate representation of color #CAE52D: hue angle of 68.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAE52D is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 45 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.10 |
| HSL | 68.8º | 0.78% | 0.54% | - |
| HSV(B) | 68.8º | 0.8% | 0.9% | - |
| XYZ | 52.85 | 68.78 | 12.97 | - |
| YUV | 199.95 | 40.55 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 45 | 0.12 | 0 | 0.80 | 0.10 | 68.8 | 0.78 | 0.54 |
| Hex | CA | E5 | 2D | C | 0 | 50 | A | 45 | 4E | 36 |
| Octal | 312 | 345 | 55 | 14 | 0 | 120 | 12 | 105 | 116 | 66 |
| Binary | 11001010 | 11100101 | 101101 | 1100 | 0 | 1010000 | 1010 | 1000101 | 1001110 | 110110 |
Color Harmonies of #CAE52D
Complementary color
Monochromatic Colors of #CAE52D
Black with #CAE52D
Text Example
Text Example
White with #CAE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE52D; }
p { color: rgb(202,229,45); }
H1.HeaderClassName
{
color: #CAE52D;
}
.AnyTagClassName
{
color: #CAE52D;
}
</style>
background-color css
<style>
a { background-color: #CAE52D; }
a { background-color: rgb(202,229,45); }
div.DivClassName
{
background-color: #CAE52D;
}
.BgClassName
{
background-color: #CAE52D;
}
</style>
border-color css
<style>
span { border-color: #CAE52D; }
span { border-color: rgb(202,229,45); }
td.TdClassName
{
border-color: #CAE52D;
}
.TagClassName
{
border-color: #CAE52D;
}
</style>