Shades of Pear #CAEB2D
Tints of Pear #CAEB2D
RGB
CMYK
RGB Variations
Color information
#CAEB2D (or 0xCAEB2D) is known color: Pear. HEX triplet: CA, EB and 2D. RGB value is (202,235,45). Sum of RGB (Red+Green+Blue) = 202+235+45=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEB2D is #3514D2. Grayscale: #CCCCCC. Windows color (decimal): -3478739 or 3009482. OLE color: 3009482.
HSL color Cylindrical-coordinate representation of color #CAEB2D: hue angle of 70.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAEB2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.08 |
| HSL | 70.42º | 0.83% | 0.55% | - |
| HSV(B) | 70.42º | 0.81% | 0.92% | - |
| XYZ | 54.54 | 72.16 | 13.54 | - |
| YUV | 203.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 45 | 0.14 | 0 | 0.81 | 0.08 | 70.42 | 0.83 | 0.55 |
| Hex | CA | EB | 2D | E | 0 | 51 | 8 | 46 | 53 | 37 |
| Octal | 312 | 353 | 55 | 16 | 0 | 121 | 10 | 106 | 123 | 67 |
| Binary | 11001010 | 11101011 | 101101 | 1110 | 0 | 1010001 | 1000 | 1000110 | 1010011 | 110111 |
Color Harmonies of #CAEB2D
Complementary color
Monochromatic Colors of #CAEB2D
Black with #CAEB2D
Text Example
Text Example
White with #CAEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEB2D; }
p { color: rgb(202,235,45); }
H1.HeaderClassName
{
color: #CAEB2D;
}
.AnyTagClassName
{
color: #CAEB2D;
}
</style>
background-color css
<style>
a { background-color: #CAEB2D; }
a { background-color: rgb(202,235,45); }
div.DivClassName
{
background-color: #CAEB2D;
}
.BgClassName
{
background-color: #CAEB2D;
}
</style>
border-color css
<style>
span { border-color: #CAEB2D; }
span { border-color: rgb(202,235,45); }
td.TdClassName
{
border-color: #CAEB2D;
}
.TagClassName
{
border-color: #CAEB2D;
}
</style>