Shades of Pear #DCF430
Tints of Pear #DCF430
RGB
CMYK
RGB Variations
Color information
#DCF430 (or 0xDCF430) is known color: Pear. HEX triplet: DC, F4 and 30. RGB value is (220,244,48). Sum of RGB (Red+Green+Blue) = 220+244+48=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF430 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF430 is #230BCF. Grayscale: #D7D7D7. Windows color (decimal): -2296784 or 3208412. OLE color: 3208412.
HSL color Cylindrical-coordinate representation of color #DCF430: hue angle of 67.35º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF430 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 48 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.04 |
| HSL | 67.35º | 0.9% | 0.57% | - |
| HSV(B) | 67.35º | 0.8% | 0.96% | - |
| XYZ | 62.4 | 80.13 | 14.97 | - |
| YUV | 214.48 | 34.05 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 48 | 0.10 | 0 | 0.80 | 0.04 | 67.35 | 0.9 | 0.57 |
| Hex | DC | F4 | 30 | A | 0 | 50 | 4 | 43 | 5A | 39 |
| Octal | 334 | 364 | 60 | 12 | 0 | 120 | 4 | 103 | 132 | 71 |
| Binary | 11011100 | 11110100 | 110000 | 1010 | 0 | 1010000 | 100 | 1000011 | 1011010 | 111001 |
Color Harmonies of #DCF430
Complementary color
Monochromatic Colors of #DCF430
Black with #DCF430
Text Example
Text Example
White with #DCF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF430; }
p { color: rgb(220,244,48); }
H1.HeaderClassName
{
color: #DCF430;
}
.AnyTagClassName
{
color: #DCF430;
}
</style>
background-color css
<style>
a { background-color: #DCF430; }
a { background-color: rgb(220,244,48); }
div.DivClassName
{
background-color: #DCF430;
}
.BgClassName
{
background-color: #DCF430;
}
</style>
border-color css
<style>
span { border-color: #DCF430; }
span { border-color: rgb(220,244,48); }
td.TdClassName
{
border-color: #DCF430;
}
.TagClassName
{
border-color: #DCF430;
}
</style>