Shades of Pear #CDE741
Tints of Pear #CDE741
RGB
CMYK
RGB Variations
Color information
#CDE741 (or 0xCDE741) is known color: Pear. HEX triplet: CD, E7 and 41. RGB value is (205,231,65). Sum of RGB (Red+Green+Blue) = 205+231+65=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE741 is #3218BE. Grayscale: #CCCCCC. Windows color (decimal): -3283135 or 4319181. OLE color: 4319181.
HSL color Cylindrical-coordinate representation of color #CDE741: hue angle of 69.4º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDE741 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 65 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.09 |
| HSL | 69.4º | 0.78% | 0.58% | - |
| HSV(B) | 69.4º | 0.72% | 0.91% | - |
| XYZ | 54.71 | 70.51 | 15.73 | - |
| YUV | 204.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 65 | 0.11 | 0 | 0.72 | 0.09 | 69.4 | 0.78 | 0.58 |
| Hex | CD | E7 | 41 | B | 0 | 48 | 9 | 45 | 4E | 3A |
| Octal | 315 | 347 | 101 | 13 | 0 | 110 | 11 | 105 | 116 | 72 |
| Binary | 11001101 | 11100111 | 1000001 | 1011 | 0 | 1001000 | 1001 | 1000101 | 1001110 | 111010 |
Color Harmonies of #CDE741
Complementary color
Monochromatic Colors of #CDE741
Black with #CDE741
Text Example
Text Example
White with #CDE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE741; }
p { color: rgb(205,231,65); }
H1.HeaderClassName
{
color: #CDE741;
}
.AnyTagClassName
{
color: #CDE741;
}
</style>
background-color css
<style>
a { background-color: #CDE741; }
a { background-color: rgb(205,231,65); }
div.DivClassName
{
background-color: #CDE741;
}
.BgClassName
{
background-color: #CDE741;
}
</style>
border-color css
<style>
span { border-color: #CDE741; }
span { border-color: rgb(205,231,65); }
td.TdClassName
{
border-color: #CDE741;
}
.TagClassName
{
border-color: #CDE741;
}
</style>