Shades of Pear #DCF344
Tints of Pear #DCF344
RGB
CMYK
RGB Variations
Color information
#DCF344 (or 0xDCF344) is known color: Pear. HEX triplet: DC, F3 and 44. RGB value is (220,243,68). Sum of RGB (Red+Green+Blue) = 220+243+68=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF344 is #230CBB. Grayscale: #D8D8D8. Windows color (decimal): -2297020 or 4518876. OLE color: 4518876.
HSL color Cylindrical-coordinate representation of color #DCF344: hue angle of 67.89º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCF344 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 68 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.05 |
| HSL | 67.89º | 0.88% | 0.61% | - |
| HSV(B) | 67.89º | 0.72% | 0.95% | - |
| XYZ | 62.61 | 79.73 | 17.56 | - |
| YUV | 216.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 68 | 0.09 | 0 | 0.72 | 0.05 | 67.89 | 0.88 | 0.61 |
| Hex | DC | F3 | 44 | 9 | 0 | 48 | 5 | 44 | 58 | 3D |
| Octal | 334 | 363 | 104 | 11 | 0 | 110 | 5 | 104 | 130 | 75 |
| Binary | 11011100 | 11110011 | 1000100 | 1001 | 0 | 1001000 | 101 | 1000100 | 1011000 | 111101 |
Color Harmonies of #DCF344
Complementary color
Monochromatic Colors of #DCF344
Black with #DCF344
Text Example
Text Example
White with #DCF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF344; }
p { color: rgb(220,243,68); }
H1.HeaderClassName
{
color: #DCF344;
}
.AnyTagClassName
{
color: #DCF344;
}
</style>
background-color css
<style>
a { background-color: #DCF344; }
a { background-color: rgb(220,243,68); }
div.DivClassName
{
background-color: #DCF344;
}
.BgClassName
{
background-color: #DCF344;
}
</style>
border-color css
<style>
span { border-color: #DCF344; }
span { border-color: rgb(220,243,68); }
td.TdClassName
{
border-color: #DCF344;
}
.TagClassName
{
border-color: #DCF344;
}
</style>