Shades of Pear #CAE91E
Tints of Pear #CAE91E
RGB
CMYK
RGB Variations
Color information
#CAE91E (or 0xCAE91E) is known color: Pear. HEX triplet: CA, E9 and 1E. RGB value is (202,233,30). Sum of RGB (Red+Green+Blue) = 202+233+30=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE91E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE91E is #3516E1. Grayscale: #C9C9C9. Windows color (decimal): -3479266 or 2025930. OLE color: 2025930.
HSL color Cylindrical-coordinate representation of color #CAE91E: hue angle of 69.16º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAE91E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.09 |
| HSL | 69.16º | 0.82% | 0.52% | - |
| HSV(B) | 69.16º | 0.87% | 0.91% | - |
| XYZ | 53.73 | 70.93 | 12.09 | - |
| YUV | 200.59 | 31.73 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 30 | 0.13 | 0 | 0.87 | 0.09 | 69.16 | 0.82 | 0.52 |
| Hex | CA | E9 | 1E | D | 0 | 57 | 9 | 45 | 52 | 34 |
| Octal | 312 | 351 | 36 | 15 | 0 | 127 | 11 | 105 | 122 | 64 |
| Binary | 11001010 | 11101001 | 11110 | 1101 | 0 | 1010111 | 1001 | 1000101 | 1010010 | 110100 |
Color Harmonies of #CAE91E
Complementary color
Monochromatic Colors of #CAE91E
Black with #CAE91E
Text Example
Text Example
White with #CAE91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE91E; }
p { color: rgb(202,233,30); }
H1.HeaderClassName
{
color: #CAE91E;
}
.AnyTagClassName
{
color: #CAE91E;
}
</style>
background-color css
<style>
a { background-color: #CAE91E; }
a { background-color: rgb(202,233,30); }
div.DivClassName
{
background-color: #CAE91E;
}
.BgClassName
{
background-color: #CAE91E;
}
</style>
border-color css
<style>
span { border-color: #CAE91E; }
span { border-color: rgb(202,233,30); }
td.TdClassName
{
border-color: #CAE91E;
}
.TagClassName
{
border-color: #CAE91E;
}
</style>