Shades of Pear #DCF33A
Tints of Pear #DCF33A
RGB
CMYK
RGB Variations
Color information
#DCF33A (or 0xDCF33A) is known color: Pear. HEX triplet: DC, F3 and 3A. RGB value is (220,243,58). Sum of RGB (Red+Green+Blue) = 220+243+58=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF33A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF33A is #230CC5. Grayscale: #D7D7D7. Windows color (decimal): -2297030 or 3863516. OLE color: 3863516.
HSL color Cylindrical-coordinate representation of color #DCF33A: hue angle of 67.46º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF33A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 58 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.05 |
| HSL | 67.46º | 0.89% | 0.59% | - |
| HSV(B) | 67.46º | 0.76% | 0.95% | - |
| XYZ | 62.33 | 79.62 | 16.09 | - |
| YUV | 215.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 58 | 0.09 | 0 | 0.76 | 0.05 | 67.46 | 0.89 | 0.59 |
| Hex | DC | F3 | 3A | 9 | 0 | 4C | 5 | 43 | 59 | 3B |
| Octal | 334 | 363 | 72 | 11 | 0 | 114 | 5 | 103 | 131 | 73 |
| Binary | 11011100 | 11110011 | 111010 | 1001 | 0 | 1001100 | 101 | 1000011 | 1011001 | 111011 |
Color Harmonies of #DCF33A
Complementary color
Monochromatic Colors of #DCF33A
Black with #DCF33A
Text Example
Text Example
White with #DCF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF33A; }
p { color: rgb(220,243,58); }
H1.HeaderClassName
{
color: #DCF33A;
}
.AnyTagClassName
{
color: #DCF33A;
}
</style>
background-color css
<style>
a { background-color: #DCF33A; }
a { background-color: rgb(220,243,58); }
div.DivClassName
{
background-color: #DCF33A;
}
.BgClassName
{
background-color: #DCF33A;
}
</style>
border-color css
<style>
span { border-color: #DCF33A; }
span { border-color: rgb(220,243,58); }
td.TdClassName
{
border-color: #DCF33A;
}
.TagClassName
{
border-color: #DCF33A;
}
</style>