Shades of Pear #DCF134
Tints of Pear #DCF134
RGB
CMYK
RGB Variations
Color information
#DCF134 (or 0xDCF134) is known color: Pear. HEX triplet: DC, F1 and 34. RGB value is (220,241,52). Sum of RGB (Red+Green+Blue) = 220+241+52=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 52 (20.70% from 255 or 10.14% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF134 is #230ECB. Grayscale: #D5D5D5. Windows color (decimal): -2297548 or 3469788. OLE color: 3469788.
HSL color Cylindrical-coordinate representation of color #DCF134: hue angle of 66.67º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF134 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 52 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.05 |
| HSL | 66.67º | 0.87% | 0.57% | - |
| HSV(B) | 66.67º | 0.78% | 0.95% | - |
| XYZ | 61.59 | 78.37 | 15.13 | - |
| YUV | 213.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 52 | 0.09 | 0 | 0.78 | 0.05 | 66.67 | 0.87 | 0.57 |
| Hex | DC | F1 | 34 | 9 | 0 | 4E | 5 | 43 | 57 | 39 |
| Octal | 334 | 361 | 64 | 11 | 0 | 116 | 5 | 103 | 127 | 71 |
| Binary | 11011100 | 11110001 | 110100 | 1001 | 0 | 1001110 | 101 | 1000011 | 1010111 | 111001 |
Color Harmonies of #DCF134
Complementary color
Monochromatic Colors of #DCF134
Black with #DCF134
Text Example
Text Example
White with #DCF134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF134; }
p { color: rgb(220,241,52); }
H1.HeaderClassName
{
color: #DCF134;
}
.AnyTagClassName
{
color: #DCF134;
}
</style>
background-color css
<style>
a { background-color: #DCF134; }
a { background-color: rgb(220,241,52); }
div.DivClassName
{
background-color: #DCF134;
}
.BgClassName
{
background-color: #DCF134;
}
</style>
border-color css
<style>
span { border-color: #DCF134; }
span { border-color: rgb(220,241,52); }
td.TdClassName
{
border-color: #DCF134;
}
.TagClassName
{
border-color: #DCF134;
}
</style>