Shades of Pear #DCFB42
Tints of Pear #DCFB42
RGB
CMYK
RGB Variations
Color information
#DCFB42 (or 0xDCFB42) is known color: Pear. HEX triplet: DC, FB and 42. RGB value is (220,251,66). Sum of RGB (Red+Green+Blue) = 220+251+66=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB42 is #2304BD. Grayscale: #DDDDDD. Windows color (decimal): -2294974 or 4389852. OLE color: 4389852.
HSL color Cylindrical-coordinate representation of color #DCFB42: hue angle of 70.05º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCFB42 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 66 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.02 |
| HSL | 70.05º | 0.96% | 0.62% | - |
| HSV(B) | 70.05º | 0.74% | 0.98% | - |
| XYZ | 65 | 84.6 | 18.06 | - |
| YUV | 220.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 66 | 0.12 | 0 | 0.74 | 0.02 | 70.05 | 0.96 | 0.62 |
| Hex | DC | FB | 42 | C | 0 | 4A | 2 | 46 | 60 | 3E |
| Octal | 334 | 373 | 102 | 14 | 0 | 112 | 2 | 106 | 140 | 76 |
| Binary | 11011100 | 11111011 | 1000010 | 1100 | 0 | 1001010 | 10 | 1000110 | 1100000 | 111110 |
Color Harmonies of #DCFB42
Complementary color
Monochromatic Colors of #DCFB42
Black with #DCFB42
Text Example
Text Example
White with #DCFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB42; }
p { color: rgb(220,251,66); }
H1.HeaderClassName
{
color: #DCFB42;
}
.AnyTagClassName
{
color: #DCFB42;
}
</style>
background-color css
<style>
a { background-color: #DCFB42; }
a { background-color: rgb(220,251,66); }
div.DivClassName
{
background-color: #DCFB42;
}
.BgClassName
{
background-color: #DCFB42;
}
</style>
border-color css
<style>
span { border-color: #DCFB42; }
span { border-color: rgb(220,251,66); }
td.TdClassName
{
border-color: #DCFB42;
}
.TagClassName
{
border-color: #DCFB42;
}
</style>