Shades of Pear #CAE418
Tints of Pear #CAE418
RGB
CMYK
RGB Variations
Color information
#CAE418 (or 0xCAE418) is known color: Pear. HEX triplet: CA, E4 and 18. RGB value is (202,228,24). Sum of RGB (Red+Green+Blue) = 202+228+24=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE418 is #351BE7. Grayscale: #C5C5C5. Windows color (decimal): -3480552 or 1631434. OLE color: 1631434.
HSL color Cylindrical-coordinate representation of color #CAE418: hue angle of 67.65º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAE418 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 24 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.11 |
| HSL | 67.65º | 0.81% | 0.49% | - |
| HSV(B) | 67.65º | 0.89% | 0.89% | - |
| XYZ | 52.27 | 68.11 | 11.26 | - |
| YUV | 196.97 | 30.39 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 24 | 0.11 | 0 | 0.89 | 0.11 | 67.65 | 0.81 | 0.49 |
| Hex | CA | E4 | 18 | B | 0 | 59 | B | 44 | 51 | 31 |
| Octal | 312 | 344 | 30 | 13 | 0 | 131 | 13 | 104 | 121 | 61 |
| Binary | 11001010 | 11100100 | 11000 | 1011 | 0 | 1011001 | 1011 | 1000100 | 1010001 | 110001 |
Color Harmonies of #CAE418
Complementary color
Monochromatic Colors of #CAE418
Black with #CAE418
Text Example
Text Example
White with #CAE418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE418; }
p { color: rgb(202,228,24); }
H1.HeaderClassName
{
color: #CAE418;
}
.AnyTagClassName
{
color: #CAE418;
}
</style>
background-color css
<style>
a { background-color: #CAE418; }
a { background-color: rgb(202,228,24); }
div.DivClassName
{
background-color: #CAE418;
}
.BgClassName
{
background-color: #CAE418;
}
</style>
border-color css
<style>
span { border-color: #CAE418; }
span { border-color: rgb(202,228,24); }
td.TdClassName
{
border-color: #CAE418;
}
.TagClassName
{
border-color: #CAE418;
}
</style>