Shades of Pear #CDFE38
Tints of Pear #CDFE38
RGB
CMYK
RGB Variations
Color information
#CDFE38 (or 0xCDFE38) is known color: Pear. HEX triplet: CD, FE and 38. RGB value is (205,254,56). Sum of RGB (Red+Green+Blue) = 205+254+56=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE38 is #3201C7. Grayscale: #D9D9D9. Windows color (decimal): -3277256 or 3735245. OLE color: 3735245.
HSL color Cylindrical-coordinate representation of color #CDFE38: hue angle of 74.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDFE38 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 56 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.00 |
| HSL | 74.85º | 0.99% | 0.61% | - |
| HSV(B) | 74.85º | 0.78% | 1% | - |
| XYZ | 61.33 | 84.15 | 16.75 | - |
| YUV | 216.78 | 37.27 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 56 | 0.19 | 0 | 0.78 | 0.00 | 74.85 | 0.99 | 0.61 |
| Hex | CD | FE | 38 | 13 | 0 | 4E | 0 | 4B | 63 | 3D |
| Octal | 315 | 376 | 70 | 23 | 0 | 116 | 0 | 113 | 143 | 75 |
| Binary | 11001101 | 11111110 | 111000 | 10011 | 0 | 1001110 | 0 | 1001011 | 1100011 | 111101 |
Color Harmonies of #CDFE38
Complementary color
Monochromatic Colors of #CDFE38
Black with #CDFE38
Text Example
Text Example
White with #CDFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE38; }
p { color: rgb(205,254,56); }
H1.HeaderClassName
{
color: #CDFE38;
}
.AnyTagClassName
{
color: #CDFE38;
}
</style>
background-color css
<style>
a { background-color: #CDFE38; }
a { background-color: rgb(205,254,56); }
div.DivClassName
{
background-color: #CDFE38;
}
.BgClassName
{
background-color: #CDFE38;
}
</style>
border-color css
<style>
span { border-color: #CDFE38; }
span { border-color: rgb(205,254,56); }
td.TdClassName
{
border-color: #CDFE38;
}
.TagClassName
{
border-color: #CDFE38;
}
</style>