Shades of Pear #CDDF25
Tints of Pear #CDDF25
RGB
CMYK
RGB Variations
Color information
#CDDF25 (or 0xCDDF25) is known color: Pear. HEX triplet: CD, DF and 25. RGB value is (205,223,37). Sum of RGB (Red+Green+Blue) = 205+223+37=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF25 is #3220DA. Grayscale: #C5C5C5. Windows color (decimal): -3285211 or 2482125. OLE color: 2482125.
HSL color Cylindrical-coordinate representation of color #CDDF25: hue angle of 65.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDDF25 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 37 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.13 |
| HSL | 65.81º | 0.74% | 0.51% | - |
| HSV(B) | 65.81º | 0.83% | 0.87% | - |
| XYZ | 51.9 | 65.89 | 11.73 | - |
| YUV | 196.41 | 38.04 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 37 | 0.08 | 0 | 0.83 | 0.13 | 65.81 | 0.74 | 0.51 |
| Hex | CD | DF | 25 | 8 | 0 | 53 | D | 42 | 4A | 33 |
| Octal | 315 | 337 | 45 | 10 | 0 | 123 | 15 | 102 | 112 | 63 |
| Binary | 11001101 | 11011111 | 100101 | 1000 | 0 | 1010011 | 1101 | 1000010 | 1001010 | 110011 |
Color Harmonies of #CDDF25
Complementary color
Monochromatic Colors of #CDDF25
Black with #CDDF25
Text Example
Text Example
White with #CDDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF25; }
p { color: rgb(205,223,37); }
H1.HeaderClassName
{
color: #CDDF25;
}
.AnyTagClassName
{
color: #CDDF25;
}
</style>
background-color css
<style>
a { background-color: #CDDF25; }
a { background-color: rgb(205,223,37); }
div.DivClassName
{
background-color: #CDDF25;
}
.BgClassName
{
background-color: #CDDF25;
}
</style>
border-color css
<style>
span { border-color: #CDDF25; }
span { border-color: rgb(205,223,37); }
td.TdClassName
{
border-color: #CDDF25;
}
.TagClassName
{
border-color: #CDDF25;
}
</style>