Shades of Pear #DCF921
Tints of Pear #DCF921
RGB
CMYK
RGB Variations
Color information
#DCF921 (or 0xDCF921) is known color: Pear. HEX triplet: DC, F9 and 21. RGB value is (220,249,33). Sum of RGB (Red+Green+Blue) = 220+249+33=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 33 (13.28% from 255 or 6.57% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF921 is #2306DE. Grayscale: #D8D8D8. Windows color (decimal): -2295519 or 2226652. OLE color: 2226652.
HSL color Cylindrical-coordinate representation of color #DCF921: hue angle of 68.06º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF921 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 33 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.02 |
| HSL | 68.06º | 0.95% | 0.55% | - |
| HSV(B) | 68.06º | 0.87% | 0.98% | - |
| XYZ | 63.67 | 83.08 | 14.12 | - |
| YUV | 215.71 | 24.89 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 33 | 0.12 | 0 | 0.87 | 0.02 | 68.06 | 0.95 | 0.55 |
| Hex | DC | F9 | 21 | C | 0 | 57 | 2 | 44 | 5F | 37 |
| Octal | 334 | 371 | 41 | 14 | 0 | 127 | 2 | 104 | 137 | 67 |
| Binary | 11011100 | 11111001 | 100001 | 1100 | 0 | 1010111 | 10 | 1000100 | 1011111 | 110111 |
Color Harmonies of #DCF921
Complementary color
Monochromatic Colors of #DCF921
Black with #DCF921
Text Example
Text Example
White with #DCF921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF921; }
p { color: rgb(220,249,33); }
H1.HeaderClassName
{
color: #DCF921;
}
.AnyTagClassName
{
color: #DCF921;
}
</style>
background-color css
<style>
a { background-color: #DCF921; }
a { background-color: rgb(220,249,33); }
div.DivClassName
{
background-color: #DCF921;
}
.BgClassName
{
background-color: #DCF921;
}
</style>
border-color css
<style>
span { border-color: #DCF921; }
span { border-color: rgb(220,249,33); }
td.TdClassName
{
border-color: #DCF921;
}
.TagClassName
{
border-color: #DCF921;
}
</style>