Shades of Pear #CAE127
Tints of Pear #CAE127
RGB
CMYK
RGB Variations
Color information
#CAE127 (or 0xCAE127) is known color: Pear. HEX triplet: CA, E1 and 27. RGB value is (202,225,39). Sum of RGB (Red+Green+Blue) = 202+225+39=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 39 (15.62% from 255 or 8.37% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE127 is #351ED8. Grayscale: #C5C5C5. Windows color (decimal): -3481305 or 2613706. OLE color: 2613706.
HSL color Cylindrical-coordinate representation of color #CAE127: hue angle of 67.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAE127 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 39 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.12 |
| HSL | 67.42º | 0.76% | 0.52% | - |
| HSV(B) | 67.42º | 0.83% | 0.88% | - |
| XYZ | 51.65 | 66.55 | 12.04 | - |
| YUV | 196.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 39 | 0.10 | 0 | 0.83 | 0.12 | 67.42 | 0.76 | 0.52 |
| Hex | CA | E1 | 27 | A | 0 | 53 | C | 43 | 4C | 34 |
| Octal | 312 | 341 | 47 | 12 | 0 | 123 | 14 | 103 | 114 | 64 |
| Binary | 11001010 | 11100001 | 100111 | 1010 | 0 | 1010011 | 1100 | 1000011 | 1001100 | 110100 |
Color Harmonies of #CAE127
Complementary color
Monochromatic Colors of #CAE127
Black with #CAE127
Text Example
Text Example
White with #CAE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE127; }
p { color: rgb(202,225,39); }
H1.HeaderClassName
{
color: #CAE127;
}
.AnyTagClassName
{
color: #CAE127;
}
</style>
background-color css
<style>
a { background-color: #CAE127; }
a { background-color: rgb(202,225,39); }
div.DivClassName
{
background-color: #CAE127;
}
.BgClassName
{
background-color: #CAE127;
}
</style>
border-color css
<style>
span { border-color: #CAE127; }
span { border-color: rgb(202,225,39); }
td.TdClassName
{
border-color: #CAE127;
}
.TagClassName
{
border-color: #CAE127;
}
</style>