Shades of Pear #CDFE4C
Tints of Pear #CDFE4C
RGB
CMYK
RGB Variations
Color information
#CDFE4C (or 0xCDFE4C) is known color: Pear. HEX triplet: CD, FE and 4C. RGB value is (205,254,76). Sum of RGB (Red+Green+Blue) = 205+254+76=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE4C is #3201B3. Grayscale: #DBDBDB. Windows color (decimal): -3277236 or 5045965. OLE color: 5045965.
HSL color Cylindrical-coordinate representation of color #CDFE4C: hue angle of 76.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDFE4C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 76 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.00 |
| HSL | 76.52º | 0.99% | 0.65% | - |
| HSV(B) | 76.52º | 0.7% | 1% | - |
| XYZ | 61.92 | 84.38 | 19.86 | - |
| YUV | 219.06 | 47.27 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 76 | 0.19 | 0 | 0.70 | 0.00 | 76.52 | 0.99 | 0.65 |
| Hex | CD | FE | 4C | 13 | 0 | 46 | 0 | 4D | 63 | 41 |
| Octal | 315 | 376 | 114 | 23 | 0 | 106 | 0 | 115 | 143 | 101 |
| Binary | 11001101 | 11111110 | 1001100 | 10011 | 0 | 1000110 | 0 | 1001101 | 1100011 | 1000001 |
Color Harmonies of #CDFE4C
Complementary color
Monochromatic Colors of #CDFE4C
Black with #CDFE4C
Text Example
Text Example
White with #CDFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE4C; }
p { color: rgb(205,254,76); }
H1.HeaderClassName
{
color: #CDFE4C;
}
.AnyTagClassName
{
color: #CDFE4C;
}
</style>
background-color css
<style>
a { background-color: #CDFE4C; }
a { background-color: rgb(205,254,76); }
div.DivClassName
{
background-color: #CDFE4C;
}
.BgClassName
{
background-color: #CDFE4C;
}
</style>
border-color css
<style>
span { border-color: #CDFE4C; }
span { border-color: rgb(205,254,76); }
td.TdClassName
{
border-color: #CDFE4C;
}
.TagClassName
{
border-color: #CDFE4C;
}
</style>