Shades of Pear #CAE11D
Tints of Pear #CAE11D
RGB
CMYK
RGB Variations
Color information
#CAE11D (or 0xCAE11D) is known color: Pear. HEX triplet: CA, E1 and 1D. RGB value is (202,225,29). Sum of RGB (Red+Green+Blue) = 202+225+29=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE11D is #351EE2. Grayscale: #C4C4C4. Windows color (decimal): -3481315 or 1958346. OLE color: 1958346.
HSL color Cylindrical-coordinate representation of color #CAE11D: hue angle of 67.04º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAE11D is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 29 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.12 |
| HSL | 67.04º | 0.77% | 0.5% | - |
| HSV(B) | 67.04º | 0.87% | 0.88% | - |
| XYZ | 51.5 | 66.5 | 11.28 | - |
| YUV | 195.78 | 33.88 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 29 | 0.10 | 0 | 0.87 | 0.12 | 67.04 | 0.77 | 0.5 |
| Hex | CA | E1 | 1D | A | 0 | 57 | C | 43 | 4D | 32 |
| Octal | 312 | 341 | 35 | 12 | 0 | 127 | 14 | 103 | 115 | 62 |
| Binary | 11001010 | 11100001 | 11101 | 1010 | 0 | 1010111 | 1100 | 1000011 | 1001101 | 110010 |
Color Harmonies of #CAE11D
Complementary color
Monochromatic Colors of #CAE11D
Black with #CAE11D
Text Example
Text Example
White with #CAE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE11D; }
p { color: rgb(202,225,29); }
H1.HeaderClassName
{
color: #CAE11D;
}
.AnyTagClassName
{
color: #CAE11D;
}
</style>
background-color css
<style>
a { background-color: #CAE11D; }
a { background-color: rgb(202,225,29); }
div.DivClassName
{
background-color: #CAE11D;
}
.BgClassName
{
background-color: #CAE11D;
}
</style>
border-color css
<style>
span { border-color: #CAE11D; }
span { border-color: rgb(202,225,29); }
td.TdClassName
{
border-color: #CAE11D;
}
.TagClassName
{
border-color: #CAE11D;
}
</style>