Shades of Pear #DCF433
Tints of Pear #DCF433
RGB
CMYK
RGB Variations
Color information
#DCF433 (or 0xDCF433) is known color: Pear. HEX triplet: DC, F4 and 33. RGB value is (220,244,51). Sum of RGB (Red+Green+Blue) = 220+244+51=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 51 (20.31% from 255 or 9.90% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF433 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF433 is #230BCC. Grayscale: #D7D7D7. Windows color (decimal): -2296781 or 3405020. OLE color: 3405020.
HSL color Cylindrical-coordinate representation of color #DCF433: hue angle of 67.46º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCF433 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 51 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.04 |
| HSL | 67.46º | 0.9% | 0.58% | - |
| HSV(B) | 67.46º | 0.79% | 0.96% | - |
| XYZ | 62.46 | 80.16 | 15.31 | - |
| YUV | 214.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 51 | 0.10 | 0 | 0.79 | 0.04 | 67.46 | 0.9 | 0.58 |
| Hex | DC | F4 | 33 | A | 0 | 4F | 4 | 43 | 5A | 3A |
| Octal | 334 | 364 | 63 | 12 | 0 | 117 | 4 | 103 | 132 | 72 |
| Binary | 11011100 | 11110100 | 110011 | 1010 | 0 | 1001111 | 100 | 1000011 | 1011010 | 111010 |
Color Harmonies of #DCF433
Complementary color
Monochromatic Colors of #DCF433
Black with #DCF433
Text Example
Text Example
White with #DCF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF433; }
p { color: rgb(220,244,51); }
H1.HeaderClassName
{
color: #DCF433;
}
.AnyTagClassName
{
color: #DCF433;
}
</style>
background-color css
<style>
a { background-color: #DCF433; }
a { background-color: rgb(220,244,51); }
div.DivClassName
{
background-color: #DCF433;
}
.BgClassName
{
background-color: #DCF433;
}
</style>
border-color css
<style>
span { border-color: #DCF433; }
span { border-color: rgb(220,244,51); }
td.TdClassName
{
border-color: #DCF433;
}
.TagClassName
{
border-color: #DCF433;
}
</style>