Shades of Pear #DCFB43
Tints of Pear #DCFB43
RGB
CMYK
RGB Variations
Color information
#DCFB43 (or 0xDCFB43) is known color: Pear. HEX triplet: DC, FB and 43. RGB value is (220,251,67). Sum of RGB (Red+Green+Blue) = 220+251+67=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 67 (26.56% from 255 or 12.45% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB43 is #2304BC. Grayscale: #DDDDDD. Windows color (decimal): -2294973 or 4455388. OLE color: 4455388.
HSL color Cylindrical-coordinate representation of color #DCFB43: hue angle of 70.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCFB43 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 67 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.02 |
| HSL | 70.11º | 0.96% | 0.62% | - |
| HSV(B) | 70.11º | 0.73% | 0.98% | - |
| XYZ | 65.03 | 84.62 | 18.22 | - |
| YUV | 220.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 67 | 0.12 | 0 | 0.73 | 0.02 | 70.11 | 0.96 | 0.62 |
| Hex | DC | FB | 43 | C | 0 | 49 | 2 | 46 | 60 | 3E |
| Octal | 334 | 373 | 103 | 14 | 0 | 111 | 2 | 106 | 140 | 76 |
| Binary | 11011100 | 11111011 | 1000011 | 1100 | 0 | 1001001 | 10 | 1000110 | 1100000 | 111110 |
Color Harmonies of #DCFB43
Complementary color
Monochromatic Colors of #DCFB43
Black with #DCFB43
Text Example
Text Example
White with #DCFB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB43; }
p { color: rgb(220,251,67); }
H1.HeaderClassName
{
color: #DCFB43;
}
.AnyTagClassName
{
color: #DCFB43;
}
</style>
background-color css
<style>
a { background-color: #DCFB43; }
a { background-color: rgb(220,251,67); }
div.DivClassName
{
background-color: #DCFB43;
}
.BgClassName
{
background-color: #DCFB43;
}
</style>
border-color css
<style>
span { border-color: #DCFB43; }
span { border-color: rgb(220,251,67); }
td.TdClassName
{
border-color: #DCFB43;
}
.TagClassName
{
border-color: #DCFB43;
}
</style>