Shades of Pear #CAE134
Tints of Pear #CAE134
RGB
CMYK
RGB Variations
Color information
#CAE134 (or 0xCAE134) is known color: Pear. HEX triplet: CA, E1 and 34. RGB value is (202,225,52). Sum of RGB (Red+Green+Blue) = 202+225+52=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE134 is #351ECB. Grayscale: #C7C7C7. Windows color (decimal): -3481292 or 3465674. OLE color: 3465674.
HSL color Cylindrical-coordinate representation of color #CAE134: hue angle of 67.98º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAE134 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 52 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.12 |
| HSL | 67.98º | 0.74% | 0.54% | - |
| HSV(B) | 67.98º | 0.77% | 0.88% | - |
| XYZ | 51.9 | 66.65 | 13.38 | - |
| YUV | 198.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 52 | 0.10 | 0 | 0.77 | 0.12 | 67.98 | 0.74 | 0.54 |
| Hex | CA | E1 | 34 | A | 0 | 4D | C | 44 | 4A | 36 |
| Octal | 312 | 341 | 64 | 12 | 0 | 115 | 14 | 104 | 112 | 66 |
| Binary | 11001010 | 11100001 | 110100 | 1010 | 0 | 1001101 | 1100 | 1000100 | 1001010 | 110110 |
Color Harmonies of #CAE134
Complementary color
Monochromatic Colors of #CAE134
Black with #CAE134
Text Example
Text Example
White with #CAE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE134; }
p { color: rgb(202,225,52); }
H1.HeaderClassName
{
color: #CAE134;
}
.AnyTagClassName
{
color: #CAE134;
}
</style>
background-color css
<style>
a { background-color: #CAE134; }
a { background-color: rgb(202,225,52); }
div.DivClassName
{
background-color: #CAE134;
}
.BgClassName
{
background-color: #CAE134;
}
</style>
border-color css
<style>
span { border-color: #CAE134; }
span { border-color: rgb(202,225,52); }
td.TdClassName
{
border-color: #CAE134;
}
.TagClassName
{
border-color: #CAE134;
}
</style>