Shades of Pear #DCF01B
Tints of Pear #DCF01B
RGB
CMYK
RGB Variations
Color information
#DCF01B (or 0xDCF01B) is known color: Pear. HEX triplet: DC, F0 and 1B. RGB value is (220,240,27). Sum of RGB (Red+Green+Blue) = 220+240+27=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 27 (10.94% from 255 or 5.54% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF01B is #230FE4. Grayscale: #D2D2D2. Windows color (decimal): -2297829 or 1831132. OLE color: 1831132.
HSL color Cylindrical-coordinate representation of color #DCF01B: hue angle of 65.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCF01B is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 27 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.06 |
| HSL | 65.63º | 0.88% | 0.52% | - |
| HSV(B) | 65.63º | 0.89% | 0.94% | - |
| XYZ | 60.87 | 77.61 | 12.81 | - |
| YUV | 209.74 | 24.87 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 27 | 0.08 | 0 | 0.89 | 0.06 | 65.63 | 0.88 | 0.52 |
| Hex | DC | F0 | 1B | 8 | 0 | 59 | 6 | 42 | 58 | 34 |
| Octal | 334 | 360 | 33 | 10 | 0 | 131 | 6 | 102 | 130 | 64 |
| Binary | 11011100 | 11110000 | 11011 | 1000 | 0 | 1011001 | 110 | 1000010 | 1011000 | 110100 |
Color Harmonies of #DCF01B
Complementary color
Monochromatic Colors of #DCF01B
Black with #DCF01B
Text Example
Text Example
White with #DCF01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF01B; }
p { color: rgb(220,240,27); }
H1.HeaderClassName
{
color: #DCF01B;
}
.AnyTagClassName
{
color: #DCF01B;
}
</style>
background-color css
<style>
a { background-color: #DCF01B; }
a { background-color: rgb(220,240,27); }
div.DivClassName
{
background-color: #DCF01B;
}
.BgClassName
{
background-color: #DCF01B;
}
</style>
border-color css
<style>
span { border-color: #DCF01B; }
span { border-color: rgb(220,240,27); }
td.TdClassName
{
border-color: #DCF01B;
}
.TagClassName
{
border-color: #DCF01B;
}
</style>