Shades of Pear #CDFF45
Tints of Pear #CDFF45
RGB
CMYK
RGB Variations
Color information
#CDFF45 (or 0xCDFF45) is known color: Pear. HEX triplet: CD, FF and 45. RGB value is (205,255,69). Sum of RGB (Red+Green+Blue) = 205+255+69=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF45 is #3200BA. Grayscale: #DBDBDB. Windows color (decimal): -3276987 or 4587469. OLE color: 4587469.
HSL color Cylindrical-coordinate representation of color #CDFF45: hue angle of 76.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDFF45 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 69 | - |
| CMYK | 0.20 | 0 | 0.73 | 0 |
| HSL | 76.13º | 1% | 0.64% | - |
| HSV(B) | 76.13º | 0.73% | 1% | - |
| XYZ | 62.01 | 84.93 | 18.75 | - |
| YUV | 218.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 69 | 0.20 | 0 | 0.73 | 0 | 76.13 | 1 | 0.64 |
| Hex | CD | FF | 45 | 14 | 0 | 49 | 0 | 4C | 64 | 40 |
| Octal | 315 | 377 | 105 | 24 | 0 | 111 | 0 | 114 | 144 | 100 |
| Binary | 11001101 | 11111111 | 1000101 | 10100 | 0 | 1001001 | 0 | 1001100 | 1100100 | 1000000 |
Color Harmonies of #CDFF45
Complementary color
Monochromatic Colors of #CDFF45
Black with #CDFF45
Text Example
Text Example
White with #CDFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF45; }
p { color: rgb(205,255,69); }
H1.HeaderClassName
{
color: #CDFF45;
}
.AnyTagClassName
{
color: #CDFF45;
}
</style>
background-color css
<style>
a { background-color: #CDFF45; }
a { background-color: rgb(205,255,69); }
div.DivClassName
{
background-color: #CDFF45;
}
.BgClassName
{
background-color: #CDFF45;
}
</style>
border-color css
<style>
span { border-color: #CDFF45; }
span { border-color: rgb(205,255,69); }
td.TdClassName
{
border-color: #CDFF45;
}
.TagClassName
{
border-color: #CDFF45;
}
</style>