Shades of Pear #DCF333
Tints of Pear #DCF333
RGB
CMYK
RGB Variations
Color information
#DCF333 (or 0xDCF333) is known color: Pear. HEX triplet: DC, F3 and 33. RGB value is (220,243,51). Sum of RGB (Red+Green+Blue) = 220+243+51=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 51 (20.31% from 255 or 9.92% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF333 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF333 is #230CCC. Grayscale: #D6D6D6. Windows color (decimal): -2297037 or 3404764. OLE color: 3404764.
HSL color Cylindrical-coordinate representation of color #DCF333: hue angle of 67.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCF333 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 51 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.05 |
| HSL | 67.19º | 0.89% | 0.58% | - |
| HSV(B) | 67.19º | 0.79% | 0.95% | - |
| XYZ | 62.16 | 79.56 | 15.21 | - |
| YUV | 214.24 | 35.88 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 51 | 0.09 | 0 | 0.79 | 0.05 | 67.19 | 0.89 | 0.58 |
| Hex | DC | F3 | 33 | 9 | 0 | 4F | 5 | 43 | 59 | 3A |
| Octal | 334 | 363 | 63 | 11 | 0 | 117 | 5 | 103 | 131 | 72 |
| Binary | 11011100 | 11110011 | 110011 | 1001 | 0 | 1001111 | 101 | 1000011 | 1011001 | 111010 |
Color Harmonies of #DCF333
Complementary color
Monochromatic Colors of #DCF333
Black with #DCF333
Text Example
Text Example
White with #DCF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF333; }
p { color: rgb(220,243,51); }
H1.HeaderClassName
{
color: #DCF333;
}
.AnyTagClassName
{
color: #DCF333;
}
</style>
background-color css
<style>
a { background-color: #DCF333; }
a { background-color: rgb(220,243,51); }
div.DivClassName
{
background-color: #DCF333;
}
.BgClassName
{
background-color: #DCF333;
}
</style>
border-color css
<style>
span { border-color: #DCF333; }
span { border-color: rgb(220,243,51); }
td.TdClassName
{
border-color: #DCF333;
}
.TagClassName
{
border-color: #DCF333;
}
</style>