Shades of Pear #CAE433
Tints of Pear #CAE433
RGB
CMYK
RGB Variations
Color information
#CAE433 (or 0xCAE433) is known color: Pear. HEX triplet: CA, E4 and 33. RGB value is (202,228,51). Sum of RGB (Red+Green+Blue) = 202+228+51=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE433 is #351BCC. Grayscale: #C8C8C8. Windows color (decimal): -3480525 or 3400906. OLE color: 3400906.
HSL color Cylindrical-coordinate representation of color #CAE433: hue angle of 68.81º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAE433 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 51 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.11 |
| HSL | 68.81º | 0.77% | 0.55% | - |
| HSV(B) | 68.81º | 0.78% | 0.89% | - |
| XYZ | 52.7 | 68.28 | 13.53 | - |
| YUV | 200.05 | 43.89 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 51 | 0.11 | 0 | 0.78 | 0.11 | 68.81 | 0.77 | 0.55 |
| Hex | CA | E4 | 33 | B | 0 | 4E | B | 45 | 4D | 37 |
| Octal | 312 | 344 | 63 | 13 | 0 | 116 | 13 | 105 | 115 | 67 |
| Binary | 11001010 | 11100100 | 110011 | 1011 | 0 | 1001110 | 1011 | 1000101 | 1001101 | 110111 |
Color Harmonies of #CAE433
Complementary color
Monochromatic Colors of #CAE433
Black with #CAE433
Text Example
Text Example
White with #CAE433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE433; }
p { color: rgb(202,228,51); }
H1.HeaderClassName
{
color: #CAE433;
}
.AnyTagClassName
{
color: #CAE433;
}
</style>
background-color css
<style>
a { background-color: #CAE433; }
a { background-color: rgb(202,228,51); }
div.DivClassName
{
background-color: #CAE433;
}
.BgClassName
{
background-color: #CAE433;
}
</style>
border-color css
<style>
span { border-color: #CAE433; }
span { border-color: rgb(202,228,51); }
td.TdClassName
{
border-color: #CAE433;
}
.TagClassName
{
border-color: #CAE433;
}
</style>