Shades of Pear #DCF335
Tints of Pear #DCF335
RGB
CMYK
RGB Variations
Color information
#DCF335 (or 0xDCF335) is known color: Pear. HEX triplet: DC, F3 and 35. RGB value is (220,243,53). Sum of RGB (Red+Green+Blue) = 220+243+53=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF335 is #230CCA. Grayscale: #D7D7D7. Windows color (decimal): -2297035 or 3535836. OLE color: 3535836.
HSL color Cylindrical-coordinate representation of color #DCF335: hue angle of 67.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF335 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 53 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.05 |
| HSL | 67.26º | 0.89% | 0.58% | - |
| HSV(B) | 67.26º | 0.78% | 0.95% | - |
| XYZ | 62.21 | 79.57 | 15.45 | - |
| YUV | 214.46 | 36.88 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 53 | 0.09 | 0 | 0.78 | 0.05 | 67.26 | 0.89 | 0.58 |
| Hex | DC | F3 | 35 | 9 | 0 | 4E | 5 | 43 | 59 | 3A |
| Octal | 334 | 363 | 65 | 11 | 0 | 116 | 5 | 103 | 131 | 72 |
| Binary | 11011100 | 11110011 | 110101 | 1001 | 0 | 1001110 | 101 | 1000011 | 1011001 | 111010 |
Color Harmonies of #DCF335
Complementary color
Monochromatic Colors of #DCF335
Black with #DCF335
Text Example
Text Example
White with #DCF335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF335; }
p { color: rgb(220,243,53); }
H1.HeaderClassName
{
color: #DCF335;
}
.AnyTagClassName
{
color: #DCF335;
}
</style>
background-color css
<style>
a { background-color: #DCF335; }
a { background-color: rgb(220,243,53); }
div.DivClassName
{
background-color: #DCF335;
}
.BgClassName
{
background-color: #DCF335;
}
</style>
border-color css
<style>
span { border-color: #DCF335; }
span { border-color: rgb(220,243,53); }
td.TdClassName
{
border-color: #DCF335;
}
.TagClassName
{
border-color: #DCF335;
}
</style>