Shades of Pear #CDEC2D
Tints of Pear #CDEC2D
RGB
CMYK
RGB Variations
Color information
#CDEC2D (or 0xCDEC2D) is known color: Pear. HEX triplet: CD, EC and 2D. RGB value is (205,236,45). Sum of RGB (Red+Green+Blue) = 205+236+45=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEC2D is #3213D2. Grayscale: #CDCDCD. Windows color (decimal): -3281875 or 3009741. OLE color: 3009741.
HSL color Cylindrical-coordinate representation of color #CDEC2D: hue angle of 69.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDEC2D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 45 | - |
CMYK | 0.13 | 0 | 0.81 | 0.07 |
HSL | 69.74º | 0.83% | 0.55% | - |
HSV(B) | 69.74º | 0.81% | 0.93% | - |
XYZ | 55.65 | 73.16 | 13.67 | - |
YUV | 204.96 | 37.73 | 128.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 45 | 0.13 | 0 | 0.81 | 0.07 | 69.74 | 0.83 | 0.55 |
Hex | CD | EC | 2D | D | 0 | 51 | 7 | 46 | 53 | 37 |
Octal | 315 | 354 | 55 | 15 | 0 | 121 | 7 | 106 | 123 | 67 |
Binary | 11001101 | 11101100 | 101101 | 1101 | 0 | 1010001 | 111 | 1000110 | 1010011 | 110111 |
Color Harmonies of #CDEC2D
Complementary color
Monochromatic Colors of #CDEC2D
Black with #CDEC2D
Text Example
Text Example
White with #CDEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC2D; }
p { color: rgb(205,236,45); }
H1.HeaderClassName
{
color: #CDEC2D;
}
.AnyTagClassName
{
color: #CDEC2D;
}
</style>
background-color css
<style>
a { background-color: #CDEC2D; }
a { background-color: rgb(205,236,45); }
div.DivClassName
{
background-color: #CDEC2D;
}
.BgClassName
{
background-color: #CDEC2D;
}
</style>
border-color css
<style>
span { border-color: #CDEC2D; }
span { border-color: rgb(205,236,45); }
td.TdClassName
{
border-color: #CDEC2D;
}
.TagClassName
{
border-color: #CDEC2D;
}
</style>