Shades of Pear #DCF336
Tints of Pear #DCF336
RGB
CMYK
RGB Variations
Color information
#DCF336 (or 0xDCF336) is known color: Pear. HEX triplet: DC, F3 and 36. RGB value is (220,243,54). Sum of RGB (Red+Green+Blue) = 220+243+54=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 54 (21.48% from 255 or 10.44% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF336 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF336 is #230CC9. Grayscale: #D7D7D7. Windows color (decimal): -2297034 or 3601372. OLE color: 3601372.
HSL color Cylindrical-coordinate representation of color #DCF336: hue angle of 67.3º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF336 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 54 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.05 |
| HSL | 67.3º | 0.89% | 0.58% | - |
| HSV(B) | 67.3º | 0.78% | 0.95% | - |
| XYZ | 62.23 | 79.58 | 15.57 | - |
| YUV | 214.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 54 | 0.09 | 0 | 0.78 | 0.05 | 67.3 | 0.89 | 0.58 |
| Hex | DC | F3 | 36 | 9 | 0 | 4E | 5 | 43 | 59 | 3A |
| Octal | 334 | 363 | 66 | 11 | 0 | 116 | 5 | 103 | 131 | 72 |
| Binary | 11011100 | 11110011 | 110110 | 1001 | 0 | 1001110 | 101 | 1000011 | 1011001 | 111010 |
Color Harmonies of #DCF336
Complementary color
Monochromatic Colors of #DCF336
Black with #DCF336
Text Example
Text Example
White with #DCF336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF336; }
p { color: rgb(220,243,54); }
H1.HeaderClassName
{
color: #DCF336;
}
.AnyTagClassName
{
color: #DCF336;
}
</style>
background-color css
<style>
a { background-color: #DCF336; }
a { background-color: rgb(220,243,54); }
div.DivClassName
{
background-color: #DCF336;
}
.BgClassName
{
background-color: #DCF336;
}
</style>
border-color css
<style>
span { border-color: #DCF336; }
span { border-color: rgb(220,243,54); }
td.TdClassName
{
border-color: #DCF336;
}
.TagClassName
{
border-color: #DCF336;
}
</style>