Shades of Pear #DCFB33
Tints of Pear #DCFB33
RGB
CMYK
RGB Variations
Color information
#DCFB33 (or 0xDCFB33) is known color: Pear. HEX triplet: DC, FB and 33. RGB value is (220,251,51). Sum of RGB (Red+Green+Blue) = 220+251+51=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFB33 is #2304CC. Grayscale: #DBDBDB. Windows color (decimal): -2294989 or 3406812. OLE color: 3406812.
HSL color Cylindrical-coordinate representation of color #DCFB33: hue angle of 69.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCFB33 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 51 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.02 |
| HSL | 69.3º | 0.96% | 0.59% | - |
| HSV(B) | 69.3º | 0.8% | 0.98% | - |
| XYZ | 64.61 | 84.45 | 16.03 | - |
| YUV | 218.93 | 33.23 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 51 | 0.12 | 0 | 0.80 | 0.02 | 69.3 | 0.96 | 0.59 |
| Hex | DC | FB | 33 | C | 0 | 50 | 2 | 45 | 60 | 3B |
| Octal | 334 | 373 | 63 | 14 | 0 | 120 | 2 | 105 | 140 | 73 |
| Binary | 11011100 | 11111011 | 110011 | 1100 | 0 | 1010000 | 10 | 1000101 | 1100000 | 111011 |
Color Harmonies of #DCFB33
Complementary color
Monochromatic Colors of #DCFB33
Black with #DCFB33
Text Example
Text Example
White with #DCFB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB33; }
p { color: rgb(220,251,51); }
H1.HeaderClassName
{
color: #DCFB33;
}
.AnyTagClassName
{
color: #DCFB33;
}
</style>
background-color css
<style>
a { background-color: #DCFB33; }
a { background-color: rgb(220,251,51); }
div.DivClassName
{
background-color: #DCFB33;
}
.BgClassName
{
background-color: #DCFB33;
}
</style>
border-color css
<style>
span { border-color: #DCFB33; }
span { border-color: rgb(220,251,51); }
td.TdClassName
{
border-color: #DCFB33;
}
.TagClassName
{
border-color: #DCFB33;
}
</style>