Shades of Pear #DCF331
Tints of Pear #DCF331
RGB
CMYK
RGB Variations
Color information
#DCF331 (or 0xDCF331) is known color: Pear. HEX triplet: DC, F3 and 31. RGB value is (220,243,49). Sum of RGB (Red+Green+Blue) = 220+243+49=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF331 is #230CCE. Grayscale: #D6D6D6. Windows color (decimal): -2297039 or 3273692. OLE color: 3273692.
HSL color Cylindrical-coordinate representation of color #DCF331: hue angle of 67.11º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF331 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 49 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.05 |
| HSL | 67.11º | 0.89% | 0.57% | - |
| HSV(B) | 67.11º | 0.8% | 0.95% | - |
| XYZ | 62.12 | 79.54 | 14.98 | - |
| YUV | 214.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 49 | 0.09 | 0 | 0.80 | 0.05 | 67.11 | 0.89 | 0.57 |
| Hex | DC | F3 | 31 | 9 | 0 | 50 | 5 | 43 | 59 | 39 |
| Octal | 334 | 363 | 61 | 11 | 0 | 120 | 5 | 103 | 131 | 71 |
| Binary | 11011100 | 11110011 | 110001 | 1001 | 0 | 1010000 | 101 | 1000011 | 1011001 | 111001 |
Color Harmonies of #DCF331
Complementary color
Monochromatic Colors of #DCF331
Black with #DCF331
Text Example
Text Example
White with #DCF331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF331; }
p { color: rgb(220,243,49); }
H1.HeaderClassName
{
color: #DCF331;
}
.AnyTagClassName
{
color: #DCF331;
}
</style>
background-color css
<style>
a { background-color: #DCF331; }
a { background-color: rgb(220,243,49); }
div.DivClassName
{
background-color: #DCF331;
}
.BgClassName
{
background-color: #DCF331;
}
</style>
border-color css
<style>
span { border-color: #DCF331; }
span { border-color: rgb(220,243,49); }
td.TdClassName
{
border-color: #DCF331;
}
.TagClassName
{
border-color: #DCF331;
}
</style>