Shades of Pear #CDFF2E
Tints of Pear #CDFF2E
RGB
CMYK
RGB Variations
Color information
#CDFF2E (or 0xCDFF2E) is known color: Pear. HEX triplet: CD, FF and 2E. RGB value is (205,255,46). Sum of RGB (Red+Green+Blue) = 205+255+46=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF2E is #3200D1. Grayscale: #D9D9D9. Windows color (decimal): -3277010 or 3080141. OLE color: 3080141.
HSL color Cylindrical-coordinate representation of color #CDFF2E: hue angle of 74.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDFF2E is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 46 | - |
| CMYK | 0.20 | 0 | 0.82 | 0 |
| HSL | 74.35º | 1% | 0.59% | - |
| HSV(B) | 74.35º | 0.82% | 1% | - |
| XYZ | 61.43 | 84.7 | 15.7 | - |
| YUV | 216.22 | 31.94 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 46 | 0.20 | 0 | 0.82 | 0 | 74.35 | 1 | 0.59 |
| Hex | CD | FF | 2E | 14 | 0 | 52 | 0 | 4A | 64 | 3B |
| Octal | 315 | 377 | 56 | 24 | 0 | 122 | 0 | 112 | 144 | 73 |
| Binary | 11001101 | 11111111 | 101110 | 10100 | 0 | 1010010 | 0 | 1001010 | 1100100 | 111011 |
Color Harmonies of #CDFF2E
Complementary color
Monochromatic Colors of #CDFF2E
Black with #CDFF2E
Text Example
Text Example
White with #CDFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF2E; }
p { color: rgb(205,255,46); }
H1.HeaderClassName
{
color: #CDFF2E;
}
.AnyTagClassName
{
color: #CDFF2E;
}
</style>
background-color css
<style>
a { background-color: #CDFF2E; }
a { background-color: rgb(205,255,46); }
div.DivClassName
{
background-color: #CDFF2E;
}
.BgClassName
{
background-color: #CDFF2E;
}
</style>
border-color css
<style>
span { border-color: #CDFF2E; }
span { border-color: rgb(205,255,46); }
td.TdClassName
{
border-color: #CDFF2E;
}
.TagClassName
{
border-color: #CDFF2E;
}
</style>