Shades of Pear #CDE942
Tints of Pear #CDE942
RGB
CMYK
RGB Variations
Color information
#CDE942 (or 0xCDE942) is known color: Pear. HEX triplet: CD, E9 and 42. RGB value is (205,233,66). Sum of RGB (Red+Green+Blue) = 205+233+66=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE942 is #3216BD. Grayscale: #CECECE. Windows color (decimal): -3282622 or 4385229. OLE color: 4385229.
HSL color Cylindrical-coordinate representation of color #CDE942: hue angle of 70.06º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDE942 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 66 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.09 |
| HSL | 70.06º | 0.79% | 0.59% | - |
| HSV(B) | 70.06º | 0.72% | 0.91% | - |
| XYZ | 55.3 | 71.65 | 16.07 | - |
| YUV | 205.59 | 49.22 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 66 | 0.12 | 0 | 0.72 | 0.09 | 70.06 | 0.79 | 0.59 |
| Hex | CD | E9 | 42 | C | 0 | 48 | 9 | 46 | 4F | 3B |
| Octal | 315 | 351 | 102 | 14 | 0 | 110 | 11 | 106 | 117 | 73 |
| Binary | 11001101 | 11101001 | 1000010 | 1100 | 0 | 1001000 | 1001 | 1000110 | 1001111 | 111011 |
Color Harmonies of #CDE942
Complementary color
Monochromatic Colors of #CDE942
Black with #CDE942
Text Example
Text Example
White with #CDE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE942; }
p { color: rgb(205,233,66); }
H1.HeaderClassName
{
color: #CDE942;
}
.AnyTagClassName
{
color: #CDE942;
}
</style>
background-color css
<style>
a { background-color: #CDE942; }
a { background-color: rgb(205,233,66); }
div.DivClassName
{
background-color: #CDE942;
}
.BgClassName
{
background-color: #CDE942;
}
</style>
border-color css
<style>
span { border-color: #CDE942; }
span { border-color: rgb(205,233,66); }
td.TdClassName
{
border-color: #CDE942;
}
.TagClassName
{
border-color: #CDE942;
}
</style>