Shades of Pear #CDEE32
Tints of Pear #CDEE32
RGB
CMYK
RGB Variations
Color information
#CDEE32 (or 0xCDEE32) is known color: Pear. HEX triplet: CD, EE and 32. RGB value is (205,238,50). Sum of RGB (Red+Green+Blue) = 205+238+50=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE32 is #3211CD. Grayscale: #CFCFCF. Windows color (decimal): -3281358 or 3337933. OLE color: 3337933.
HSL color Cylindrical-coordinate representation of color #CDEE32: hue angle of 70.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDEE32 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 50 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.07 |
| HSL | 70.53º | 0.85% | 0.56% | - |
| HSV(B) | 70.53º | 0.79% | 0.93% | - |
| XYZ | 56.33 | 74.36 | 14.4 | - |
| YUV | 206.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 50 | 0.14 | 0 | 0.79 | 0.07 | 70.53 | 0.85 | 0.56 |
| Hex | CD | EE | 32 | E | 0 | 4F | 7 | 47 | 55 | 38 |
| Octal | 315 | 356 | 62 | 16 | 0 | 117 | 7 | 107 | 125 | 70 |
| Binary | 11001101 | 11101110 | 110010 | 1110 | 0 | 1001111 | 111 | 1000111 | 1010101 | 111000 |
Color Harmonies of #CDEE32
Complementary color
Monochromatic Colors of #CDEE32
Black with #CDEE32
Text Example
Text Example
White with #CDEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEE32; }
p { color: rgb(205,238,50); }
H1.HeaderClassName
{
color: #CDEE32;
}
.AnyTagClassName
{
color: #CDEE32;
}
</style>
background-color css
<style>
a { background-color: #CDEE32; }
a { background-color: rgb(205,238,50); }
div.DivClassName
{
background-color: #CDEE32;
}
.BgClassName
{
background-color: #CDEE32;
}
</style>
border-color css
<style>
span { border-color: #CDEE32; }
span { border-color: rgb(205,238,50); }
td.TdClassName
{
border-color: #CDEE32;
}
.TagClassName
{
border-color: #CDEE32;
}
</style>