Shades of Pear #CDFF29
Tints of Pear #CDFF29
RGB
CMYK
RGB Variations
Color information
#CDFF29 (or 0xCDFF29) is known color: Pear. HEX triplet: CD, FF and 29. RGB value is (205,255,41). Sum of RGB (Red+Green+Blue) = 205+255+41=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF29 is #3200D6. Grayscale: #D8D8D8. Windows color (decimal): -3277015 or 2752461. OLE color: 2752461.
HSL color Cylindrical-coordinate representation of color #CDFF29: hue angle of 74.02º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDFF29 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 41 | - |
| CMYK | 0.20 | 0 | 0.84 | 0 |
| HSL | 74.02º | 1% | 0.58% | - |
| HSV(B) | 74.02º | 0.84% | 1% | - |
| XYZ | 61.34 | 84.66 | 15.21 | - |
| YUV | 215.65 | 29.44 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 41 | 0.20 | 0 | 0.84 | 0 | 74.02 | 1 | 0.58 |
| Hex | CD | FF | 29 | 14 | 0 | 54 | 0 | 4A | 64 | 3A |
| Octal | 315 | 377 | 51 | 24 | 0 | 124 | 0 | 112 | 144 | 72 |
| Binary | 11001101 | 11111111 | 101001 | 10100 | 0 | 1010100 | 0 | 1001010 | 1100100 | 111010 |
Color Harmonies of #CDFF29
Complementary color
Monochromatic Colors of #CDFF29
Black with #CDFF29
Text Example
Text Example
White with #CDFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF29; }
p { color: rgb(205,255,41); }
H1.HeaderClassName
{
color: #CDFF29;
}
.AnyTagClassName
{
color: #CDFF29;
}
</style>
background-color css
<style>
a { background-color: #CDFF29; }
a { background-color: rgb(205,255,41); }
div.DivClassName
{
background-color: #CDFF29;
}
.BgClassName
{
background-color: #CDFF29;
}
</style>
border-color css
<style>
span { border-color: #CDFF29; }
span { border-color: rgb(205,255,41); }
td.TdClassName
{
border-color: #CDFF29;
}
.TagClassName
{
border-color: #CDFF29;
}
</style>