Shades of Pear #CDFE30
Tints of Pear #CDFE30
RGB
CMYK
RGB Variations
Color information
#CDFE30 (or 0xCDFE30) is known color: Pear. HEX triplet: CD, FE and 30. RGB value is (205,254,48). Sum of RGB (Red+Green+Blue) = 205+254+48=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE30 is #3201CF. Grayscale: #D8D8D8. Windows color (decimal): -3277264 or 3210957. OLE color: 3210957.
HSL color Cylindrical-coordinate representation of color #CDFE30: hue angle of 74.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDFE30 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 48 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.00 |
| HSL | 74.27º | 0.99% | 0.59% | - |
| HSV(B) | 74.27º | 0.81% | 1% | - |
| XYZ | 61.15 | 84.08 | 15.8 | - |
| YUV | 215.87 | 33.27 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 48 | 0.19 | 0 | 0.81 | 0.00 | 74.27 | 0.99 | 0.59 |
| Hex | CD | FE | 30 | 13 | 0 | 51 | 0 | 4A | 63 | 3B |
| Octal | 315 | 376 | 60 | 23 | 0 | 121 | 0 | 112 | 143 | 73 |
| Binary | 11001101 | 11111110 | 110000 | 10011 | 0 | 1010001 | 0 | 1001010 | 1100011 | 111011 |
Color Harmonies of #CDFE30
Complementary color
Monochromatic Colors of #CDFE30
Black with #CDFE30
Text Example
Text Example
White with #CDFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE30; }
p { color: rgb(205,254,48); }
H1.HeaderClassName
{
color: #CDFE30;
}
.AnyTagClassName
{
color: #CDFE30;
}
</style>
background-color css
<style>
a { background-color: #CDFE30; }
a { background-color: rgb(205,254,48); }
div.DivClassName
{
background-color: #CDFE30;
}
.BgClassName
{
background-color: #CDFE30;
}
</style>
border-color css
<style>
span { border-color: #CDFE30; }
span { border-color: rgb(205,254,48); }
td.TdClassName
{
border-color: #CDFE30;
}
.TagClassName
{
border-color: #CDFE30;
}
</style>