Shades of Pear #CAE430
Tints of Pear #CAE430
RGB
CMYK
RGB Variations
Color information
#CAE430 (or 0xCAE430) is known color: Pear. HEX triplet: CA, E4 and 30. RGB value is (202,228,48). Sum of RGB (Red+Green+Blue) = 202+228+48=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE430 is #351BCF. Grayscale: #C8C8C8. Windows color (decimal): -3480528 or 3204298. OLE color: 3204298.
HSL color Cylindrical-coordinate representation of color #CAE430: hue angle of 68.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAE430 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 48 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.11 |
| HSL | 68.67º | 0.77% | 0.54% | - |
| HSV(B) | 68.67º | 0.79% | 0.89% | - |
| XYZ | 52.63 | 68.26 | 13.2 | - |
| YUV | 199.71 | 42.39 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 48 | 0.11 | 0 | 0.79 | 0.11 | 68.67 | 0.77 | 0.54 |
| Hex | CA | E4 | 30 | B | 0 | 4F | B | 45 | 4D | 36 |
| Octal | 312 | 344 | 60 | 13 | 0 | 117 | 13 | 105 | 115 | 66 |
| Binary | 11001010 | 11100100 | 110000 | 1011 | 0 | 1001111 | 1011 | 1000101 | 1001101 | 110110 |
Color Harmonies of #CAE430
Complementary color
Monochromatic Colors of #CAE430
Black with #CAE430
Text Example
Text Example
White with #CAE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE430; }
p { color: rgb(202,228,48); }
H1.HeaderClassName
{
color: #CAE430;
}
.AnyTagClassName
{
color: #CAE430;
}
</style>
background-color css
<style>
a { background-color: #CAE430; }
a { background-color: rgb(202,228,48); }
div.DivClassName
{
background-color: #CAE430;
}
.BgClassName
{
background-color: #CAE430;
}
</style>
border-color css
<style>
span { border-color: #CAE430; }
span { border-color: rgb(202,228,48); }
td.TdClassName
{
border-color: #CAE430;
}
.TagClassName
{
border-color: #CAE430;
}
</style>