Shades of Pear #CDE725
Tints of Pear #CDE725
RGB
CMYK
RGB Variations
Color information
#CDE725 (or 0xCDE725) is known color: Pear. HEX triplet: CD, E7 and 25. RGB value is (205,231,37). Sum of RGB (Red+Green+Blue) = 205+231+37=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE725 is #3218DA. Grayscale: #C9C9C9. Windows color (decimal): -3283163 or 2484173. OLE color: 2484173.
HSL color Cylindrical-coordinate representation of color #CDE725: hue angle of 68.04º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDE725 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 37 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.09 |
| HSL | 68.04º | 0.8% | 0.53% | - |
| HSV(B) | 68.04º | 0.84% | 0.91% | - |
| XYZ | 54.09 | 70.26 | 12.46 | - |
| YUV | 201.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 37 | 0.11 | 0 | 0.84 | 0.09 | 68.04 | 0.8 | 0.53 |
| Hex | CD | E7 | 25 | B | 0 | 54 | 9 | 44 | 50 | 35 |
| Octal | 315 | 347 | 45 | 13 | 0 | 124 | 11 | 104 | 120 | 65 |
| Binary | 11001101 | 11100111 | 100101 | 1011 | 0 | 1010100 | 1001 | 1000100 | 1010000 | 110101 |
Color Harmonies of #CDE725
Complementary color
Monochromatic Colors of #CDE725
Black with #CDE725
Text Example
Text Example
White with #CDE725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE725; }
p { color: rgb(205,231,37); }
H1.HeaderClassName
{
color: #CDE725;
}
.AnyTagClassName
{
color: #CDE725;
}
</style>
background-color css
<style>
a { background-color: #CDE725; }
a { background-color: rgb(205,231,37); }
div.DivClassName
{
background-color: #CDE725;
}
.BgClassName
{
background-color: #CDE725;
}
</style>
border-color css
<style>
span { border-color: #CDE725; }
span { border-color: rgb(205,231,37); }
td.TdClassName
{
border-color: #CDE725;
}
.TagClassName
{
border-color: #CDE725;
}
</style>