Shades of Pear #DCF33E
Tints of Pear #DCF33E
RGB
CMYK
RGB Variations
Color information
#DCF33E (or 0xDCF33E) is known color: Pear. HEX triplet: DC, F3 and 3E. RGB value is (220,243,62). Sum of RGB (Red+Green+Blue) = 220+243+62=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 62 (24.61% from 255 or 11.81% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF33E is #230CC1. Grayscale: #D8D8D8. Windows color (decimal): -2297026 or 4125660. OLE color: 4125660.
HSL color Cylindrical-coordinate representation of color #DCF33E: hue angle of 67.62º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF33E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 62 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.05 |
| HSL | 67.62º | 0.88% | 0.6% | - |
| HSV(B) | 67.62º | 0.74% | 0.95% | - |
| XYZ | 62.44 | 79.66 | 16.64 | - |
| YUV | 215.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 62 | 0.09 | 0 | 0.74 | 0.05 | 67.62 | 0.88 | 0.6 |
| Hex | DC | F3 | 3E | 9 | 0 | 4A | 5 | 44 | 58 | 3C |
| Octal | 334 | 363 | 76 | 11 | 0 | 112 | 5 | 104 | 130 | 74 |
| Binary | 11011100 | 11110011 | 111110 | 1001 | 0 | 1001010 | 101 | 1000100 | 1011000 | 111100 |
Color Harmonies of #DCF33E
Complementary color
Monochromatic Colors of #DCF33E
Black with #DCF33E
Text Example
Text Example
White with #DCF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF33E; }
p { color: rgb(220,243,62); }
H1.HeaderClassName
{
color: #DCF33E;
}
.AnyTagClassName
{
color: #DCF33E;
}
</style>
background-color css
<style>
a { background-color: #DCF33E; }
a { background-color: rgb(220,243,62); }
div.DivClassName
{
background-color: #DCF33E;
}
.BgClassName
{
background-color: #DCF33E;
}
</style>
border-color css
<style>
span { border-color: #DCF33E; }
span { border-color: rgb(220,243,62); }
td.TdClassName
{
border-color: #DCF33E;
}
.TagClassName
{
border-color: #DCF33E;
}
</style>