Shades of Pear #CDFC2D
Tints of Pear #CDFC2D
RGB
CMYK
RGB Variations
Color information
#CDFC2D (or 0xCDFC2D) is known color: Pear. HEX triplet: CD, FC and 2D. RGB value is (205,252,45). Sum of RGB (Red+Green+Blue) = 205+252+45=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFC2D is #3203D2. Grayscale: #D7D7D7. Windows color (decimal): -3277779 or 3013837. OLE color: 3013837.
HSL color Cylindrical-coordinate representation of color #CDFC2D: hue angle of 73.62º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDFC2D is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 45 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.01 |
| HSL | 73.62º | 0.97% | 0.58% | - |
| HSV(B) | 73.62º | 0.82% | 0.99% | - |
| XYZ | 60.46 | 82.79 | 15.28 | - |
| YUV | 214.35 | 32.43 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 45 | 0.19 | 0 | 0.82 | 0.01 | 73.62 | 0.97 | 0.58 |
| Hex | CD | FC | 2D | 13 | 0 | 52 | 1 | 4A | 61 | 3A |
| Octal | 315 | 374 | 55 | 23 | 0 | 122 | 1 | 112 | 141 | 72 |
| Binary | 11001101 | 11111100 | 101101 | 10011 | 0 | 1010010 | 1 | 1001010 | 1100001 | 111010 |
Color Harmonies of #CDFC2D
Complementary color
Monochromatic Colors of #CDFC2D
Black with #CDFC2D
Text Example
Text Example
White with #CDFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC2D; }
p { color: rgb(205,252,45); }
H1.HeaderClassName
{
color: #CDFC2D;
}
.AnyTagClassName
{
color: #CDFC2D;
}
</style>
background-color css
<style>
a { background-color: #CDFC2D; }
a { background-color: rgb(205,252,45); }
div.DivClassName
{
background-color: #CDFC2D;
}
.BgClassName
{
background-color: #CDFC2D;
}
</style>
border-color css
<style>
span { border-color: #CDFC2D; }
span { border-color: rgb(205,252,45); }
td.TdClassName
{
border-color: #CDFC2D;
}
.TagClassName
{
border-color: #CDFC2D;
}
</style>