Shades of Pear #DCF938
Tints of Pear #DCF938
RGB
CMYK
RGB Variations
Color information
#DCF938 (or 0xDCF938) is known color: Pear. HEX triplet: DC, F9 and 38. RGB value is (220,249,56). Sum of RGB (Red+Green+Blue) = 220+249+56=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 56 (22.27% from 255 or 10.67% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF938 is #2306C7. Grayscale: #DBDBDB. Windows color (decimal): -2295496 or 3733980. OLE color: 3733980.
HSL color Cylindrical-coordinate representation of color #DCF938: hue angle of 69.02º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF938 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 56 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.02 |
| HSL | 69.02º | 0.94% | 0.6% | - |
| HSV(B) | 69.02º | 0.78% | 0.98% | - |
| XYZ | 64.1 | 83.25 | 16.43 | - |
| YUV | 218.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 56 | 0.12 | 0 | 0.78 | 0.02 | 69.02 | 0.94 | 0.6 |
| Hex | DC | F9 | 38 | C | 0 | 4E | 2 | 45 | 5E | 3C |
| Octal | 334 | 371 | 70 | 14 | 0 | 116 | 2 | 105 | 136 | 74 |
| Binary | 11011100 | 11111001 | 111000 | 1100 | 0 | 1001110 | 10 | 1000101 | 1011110 | 111100 |
Color Harmonies of #DCF938
Complementary color
Monochromatic Colors of #DCF938
Black with #DCF938
Text Example
Text Example
White with #DCF938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF938; }
p { color: rgb(220,249,56); }
H1.HeaderClassName
{
color: #DCF938;
}
.AnyTagClassName
{
color: #DCF938;
}
</style>
background-color css
<style>
a { background-color: #DCF938; }
a { background-color: rgb(220,249,56); }
div.DivClassName
{
background-color: #DCF938;
}
.BgClassName
{
background-color: #DCF938;
}
</style>
border-color css
<style>
span { border-color: #DCF938; }
span { border-color: rgb(220,249,56); }
td.TdClassName
{
border-color: #DCF938;
}
.TagClassName
{
border-color: #DCF938;
}
</style>