Shades of Pear #CAE11C
Tints of Pear #CAE11C
RGB
CMYK
RGB Variations
Color information
#CAE11C (or 0xCAE11C) is known color: Pear. HEX triplet: CA, E1 and 1C. RGB value is (202,225,28). Sum of RGB (Red+Green+Blue) = 202+225+28=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE11C is #351EE3. Grayscale: #C4C4C4. Windows color (decimal): -3481316 or 1892810. OLE color: 1892810.
HSL color Cylindrical-coordinate representation of color #CAE11C: hue angle of 67.01º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAE11C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.12 |
| HSL | 67.01º | 0.78% | 0.5% | - |
| HSV(B) | 67.01º | 0.88% | 0.88% | - |
| XYZ | 51.49 | 66.49 | 11.22 | - |
| YUV | 195.67 | 33.38 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 28 | 0.10 | 0 | 0.88 | 0.12 | 67.01 | 0.78 | 0.5 |
| Hex | CA | E1 | 1C | A | 0 | 58 | C | 43 | 4E | 32 |
| Octal | 312 | 341 | 34 | 12 | 0 | 130 | 14 | 103 | 116 | 62 |
| Binary | 11001010 | 11100001 | 11100 | 1010 | 0 | 1011000 | 1100 | 1000011 | 1001110 | 110010 |
Color Harmonies of #CAE11C
Complementary color
Monochromatic Colors of #CAE11C
Black with #CAE11C
Text Example
Text Example
White with #CAE11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE11C; }
p { color: rgb(202,225,28); }
H1.HeaderClassName
{
color: #CAE11C;
}
.AnyTagClassName
{
color: #CAE11C;
}
</style>
background-color css
<style>
a { background-color: #CAE11C; }
a { background-color: rgb(202,225,28); }
div.DivClassName
{
background-color: #CAE11C;
}
.BgClassName
{
background-color: #CAE11C;
}
</style>
border-color css
<style>
span { border-color: #CAE11C; }
span { border-color: rgb(202,225,28); }
td.TdClassName
{
border-color: #CAE11C;
}
.TagClassName
{
border-color: #CAE11C;
}
</style>