Shades of Pear #CAEA28
Tints of Pear #CAEA28
RGB
CMYK
RGB Variations
Color information
#CAEA28 (or 0xCAEA28) is known color: Pear. HEX triplet: CA, EA and 28. RGB value is (202,234,40). Sum of RGB (Red+Green+Blue) = 202+234+40=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEA28 is #3515D7. Grayscale: #CBCBCB. Windows color (decimal): -3479000 or 2681546. OLE color: 2681546.
HSL color Cylindrical-coordinate representation of color #CAEA28: hue angle of 69.9º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAEA28 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 40 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.08 |
| HSL | 69.9º | 0.82% | 0.54% | - |
| HSV(B) | 69.9º | 0.83% | 0.92% | - |
| XYZ | 54.16 | 71.56 | 12.96 | - |
| YUV | 202.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 40 | 0.14 | 0 | 0.83 | 0.08 | 69.9 | 0.82 | 0.54 |
| Hex | CA | EA | 28 | E | 0 | 53 | 8 | 46 | 52 | 36 |
| Octal | 312 | 352 | 50 | 16 | 0 | 123 | 10 | 106 | 122 | 66 |
| Binary | 11001010 | 11101010 | 101000 | 1110 | 0 | 1010011 | 1000 | 1000110 | 1010010 | 110110 |
Color Harmonies of #CAEA28
Complementary color
Monochromatic Colors of #CAEA28
Black with #CAEA28
Text Example
Text Example
White with #CAEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA28; }
p { color: rgb(202,234,40); }
H1.HeaderClassName
{
color: #CAEA28;
}
.AnyTagClassName
{
color: #CAEA28;
}
</style>
background-color css
<style>
a { background-color: #CAEA28; }
a { background-color: rgb(202,234,40); }
div.DivClassName
{
background-color: #CAEA28;
}
.BgClassName
{
background-color: #CAEA28;
}
</style>
border-color css
<style>
span { border-color: #CAEA28; }
span { border-color: rgb(202,234,40); }
td.TdClassName
{
border-color: #CAEA28;
}
.TagClassName
{
border-color: #CAEA28;
}
</style>