Shades of Pear #CAE231
Tints of Pear #CAE231
RGB
CMYK
RGB Variations
Color information
#CAE231 (or 0xCAE231) is known color: Pear. HEX triplet: CA, E2 and 31. RGB value is (202,226,49). Sum of RGB (Red+Green+Blue) = 202+226+49=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE231 is #351DCE. Grayscale: #C7C7C7. Windows color (decimal): -3481039 or 3269322. OLE color: 3269322.
HSL color Cylindrical-coordinate representation of color #CAE231: hue angle of 68.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAE231 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 49 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.11 |
| HSL | 68.14º | 0.75% | 0.54% | - |
| HSV(B) | 68.14º | 0.78% | 0.89% | - |
| XYZ | 52.11 | 67.17 | 13.12 | - |
| YUV | 198.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 49 | 0.11 | 0 | 0.78 | 0.11 | 68.14 | 0.75 | 0.54 |
| Hex | CA | E2 | 31 | B | 0 | 4E | B | 44 | 4B | 36 |
| Octal | 312 | 342 | 61 | 13 | 0 | 116 | 13 | 104 | 113 | 66 |
| Binary | 11001010 | 11100010 | 110001 | 1011 | 0 | 1001110 | 1011 | 1000100 | 1001011 | 110110 |
Color Harmonies of #CAE231
Complementary color
Monochromatic Colors of #CAE231
Black with #CAE231
Text Example
Text Example
White with #CAE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE231; }
p { color: rgb(202,226,49); }
H1.HeaderClassName
{
color: #CAE231;
}
.AnyTagClassName
{
color: #CAE231;
}
</style>
background-color css
<style>
a { background-color: #CAE231; }
a { background-color: rgb(202,226,49); }
div.DivClassName
{
background-color: #CAE231;
}
.BgClassName
{
background-color: #CAE231;
}
</style>
border-color css
<style>
span { border-color: #CAE231; }
span { border-color: rgb(202,226,49); }
td.TdClassName
{
border-color: #CAE231;
}
.TagClassName
{
border-color: #CAE231;
}
</style>