Shades of Pear #CAE21C
Tints of Pear #CAE21C
RGB
CMYK
RGB Variations
Color information
#CAE21C (or 0xCAE21C) is known color: Pear. HEX triplet: CA, E2 and 1C. RGB value is (202,226,28). Sum of RGB (Red+Green+Blue) = 202+226+28=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE21C is #351DE3. Grayscale: #C5C5C5. Windows color (decimal): -3481060 or 1893066. OLE color: 1893066.
HSL color Cylindrical-coordinate representation of color #CAE21C: hue angle of 67.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAE21C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.11 |
| HSL | 67.27º | 0.78% | 0.5% | - |
| HSV(B) | 67.27º | 0.88% | 0.89% | - |
| XYZ | 51.76 | 67.03 | 11.31 | - |
| YUV | 196.25 | 33.05 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 28 | 0.11 | 0 | 0.88 | 0.11 | 67.27 | 0.78 | 0.5 |
| Hex | CA | E2 | 1C | B | 0 | 58 | B | 43 | 4E | 32 |
| Octal | 312 | 342 | 34 | 13 | 0 | 130 | 13 | 103 | 116 | 62 |
| Binary | 11001010 | 11100010 | 11100 | 1011 | 0 | 1011000 | 1011 | 1000011 | 1001110 | 110010 |
Color Harmonies of #CAE21C
Complementary color
Monochromatic Colors of #CAE21C
Black with #CAE21C
Text Example
Text Example
White with #CAE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE21C; }
p { color: rgb(202,226,28); }
H1.HeaderClassName
{
color: #CAE21C;
}
.AnyTagClassName
{
color: #CAE21C;
}
</style>
background-color css
<style>
a { background-color: #CAE21C; }
a { background-color: rgb(202,226,28); }
div.DivClassName
{
background-color: #CAE21C;
}
.BgClassName
{
background-color: #CAE21C;
}
</style>
border-color css
<style>
span { border-color: #CAE21C; }
span { border-color: rgb(202,226,28); }
td.TdClassName
{
border-color: #CAE21C;
}
.TagClassName
{
border-color: #CAE21C;
}
</style>