Shades of Pear #CDFD2C
Tints of Pear #CDFD2C
RGB
CMYK
RGB Variations
Color information
#CDFD2C (or 0xCDFD2C) is known color: Pear. HEX triplet: CD, FD and 2C. RGB value is (205,253,44). Sum of RGB (Red+Green+Blue) = 205+253+44=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFD2C is #3202D3. Grayscale: #D7D7D7. Windows color (decimal): -3277524 or 2948557. OLE color: 2948557.
HSL color Cylindrical-coordinate representation of color #CDFD2C: hue angle of 73.78º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDFD2C is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 44 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.01 |
| HSL | 73.78º | 0.98% | 0.58% | - |
| HSV(B) | 73.78º | 0.83% | 0.99% | - |
| XYZ | 60.76 | 83.41 | 15.28 | - |
| YUV | 214.82 | 31.6 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 44 | 0.19 | 0 | 0.83 | 0.01 | 73.78 | 0.98 | 0.58 |
| Hex | CD | FD | 2C | 13 | 0 | 53 | 1 | 4A | 62 | 3A |
| Octal | 315 | 375 | 54 | 23 | 0 | 123 | 1 | 112 | 142 | 72 |
| Binary | 11001101 | 11111101 | 101100 | 10011 | 0 | 1010011 | 1 | 1001010 | 1100010 | 111010 |
Color Harmonies of #CDFD2C
Complementary color
Monochromatic Colors of #CDFD2C
Black with #CDFD2C
Text Example
Text Example
White with #CDFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD2C; }
p { color: rgb(205,253,44); }
H1.HeaderClassName
{
color: #CDFD2C;
}
.AnyTagClassName
{
color: #CDFD2C;
}
</style>
background-color css
<style>
a { background-color: #CDFD2C; }
a { background-color: rgb(205,253,44); }
div.DivClassName
{
background-color: #CDFD2C;
}
.BgClassName
{
background-color: #CDFD2C;
}
</style>
border-color css
<style>
span { border-color: #CDFD2C; }
span { border-color: rgb(205,253,44); }
td.TdClassName
{
border-color: #CDFD2C;
}
.TagClassName
{
border-color: #CDFD2C;
}
</style>