Shades of Pear #DCF229
Tints of Pear #DCF229
RGB
CMYK
RGB Variations
Color information
#DCF229 (or 0xDCF229) is known color: Pear. HEX triplet: DC, F2 and 29. RGB value is (220,242,41). Sum of RGB (Red+Green+Blue) = 220+242+41=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF229 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF229 is #230DD6. Grayscale: #D5D5D5. Windows color (decimal): -2297303 or 2749148. OLE color: 2749148.
HSL color Cylindrical-coordinate representation of color #DCF229: hue angle of 66.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCF229 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 41 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.05 |
| HSL | 66.57º | 0.89% | 0.55% | - |
| HSV(B) | 66.57º | 0.83% | 0.95% | - |
| XYZ | 61.67 | 78.88 | 14.07 | - |
| YUV | 212.51 | 31.21 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 41 | 0.09 | 0 | 0.83 | 0.05 | 66.57 | 0.89 | 0.55 |
| Hex | DC | F2 | 29 | 9 | 0 | 53 | 5 | 43 | 59 | 37 |
| Octal | 334 | 362 | 51 | 11 | 0 | 123 | 5 | 103 | 131 | 67 |
| Binary | 11011100 | 11110010 | 101001 | 1001 | 0 | 1010011 | 101 | 1000011 | 1011001 | 110111 |
Color Harmonies of #DCF229
Complementary color
Monochromatic Colors of #DCF229
Black with #DCF229
Text Example
Text Example
White with #DCF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF229; }
p { color: rgb(220,242,41); }
H1.HeaderClassName
{
color: #DCF229;
}
.AnyTagClassName
{
color: #DCF229;
}
</style>
background-color css
<style>
a { background-color: #DCF229; }
a { background-color: rgb(220,242,41); }
div.DivClassName
{
background-color: #DCF229;
}
.BgClassName
{
background-color: #DCF229;
}
</style>
border-color css
<style>
span { border-color: #DCF229; }
span { border-color: rgb(220,242,41); }
td.TdClassName
{
border-color: #DCF229;
}
.TagClassName
{
border-color: #DCF229;
}
</style>