Shades of Pear #CDFE3C
Tints of Pear #CDFE3C
RGB
CMYK
RGB Variations
Color information
#CDFE3C (or 0xCDFE3C) is known color: Pear. HEX triplet: CD, FE and 3C. RGB value is (205,254,60). Sum of RGB (Red+Green+Blue) = 205+254+60=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE3C is #3201C3. Grayscale: #D9D9D9. Windows color (decimal): -3277252 or 3997389. OLE color: 3997389.
HSL color Cylindrical-coordinate representation of color #CDFE3C: hue angle of 75.15º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDFE3C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.00 |
| HSL | 75.15º | 0.99% | 0.62% | - |
| HSV(B) | 75.15º | 0.76% | 1% | - |
| XYZ | 61.43 | 84.19 | 17.29 | - |
| YUV | 217.23 | 39.27 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 60 | 0.19 | 0 | 0.76 | 0.00 | 75.15 | 0.99 | 0.62 |
| Hex | CD | FE | 3C | 13 | 0 | 4C | 0 | 4B | 63 | 3E |
| Octal | 315 | 376 | 74 | 23 | 0 | 114 | 0 | 113 | 143 | 76 |
| Binary | 11001101 | 11111110 | 111100 | 10011 | 0 | 1001100 | 0 | 1001011 | 1100011 | 111110 |
Color Harmonies of #CDFE3C
Complementary color
Monochromatic Colors of #CDFE3C
Black with #CDFE3C
Text Example
Text Example
White with #CDFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE3C; }
p { color: rgb(205,254,60); }
H1.HeaderClassName
{
color: #CDFE3C;
}
.AnyTagClassName
{
color: #CDFE3C;
}
</style>
background-color css
<style>
a { background-color: #CDFE3C; }
a { background-color: rgb(205,254,60); }
div.DivClassName
{
background-color: #CDFE3C;
}
.BgClassName
{
background-color: #CDFE3C;
}
</style>
border-color css
<style>
span { border-color: #CDFE3C; }
span { border-color: rgb(205,254,60); }
td.TdClassName
{
border-color: #CDFE3C;
}
.TagClassName
{
border-color: #CDFE3C;
}
</style>