Shades of Pear #DCFC22
Tints of Pear #DCFC22
RGB
CMYK
RGB Variations
Color information
#DCFC22 (or 0xDCFC22) is known color: Pear. HEX triplet: DC, FC and 22. RGB value is (220,252,34). Sum of RGB (Red+Green+Blue) = 220+252+34=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 34 (13.67% from 255 or 6.72% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC22 is #2303DD. Grayscale: #DADADA. Windows color (decimal): -2294750 or 2292956. OLE color: 2292956.
HSL color Cylindrical-coordinate representation of color #DCFC22: hue angle of 68.81º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCFC22 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 34 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.01 |
| HSL | 68.81º | 0.97% | 0.56% | - |
| HSV(B) | 68.81º | 0.87% | 0.99% | - |
| XYZ | 64.61 | 84.95 | 14.51 | - |
| YUV | 217.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 34 | 0.13 | 0 | 0.87 | 0.01 | 68.81 | 0.97 | 0.56 |
| Hex | DC | FC | 22 | D | 0 | 57 | 1 | 45 | 61 | 38 |
| Octal | 334 | 374 | 42 | 15 | 0 | 127 | 1 | 105 | 141 | 70 |
| Binary | 11011100 | 11111100 | 100010 | 1101 | 0 | 1010111 | 1 | 1000101 | 1100001 | 111000 |
Color Harmonies of #DCFC22
Complementary color
Monochromatic Colors of #DCFC22
Black with #DCFC22
Text Example
Text Example
White with #DCFC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC22; }
p { color: rgb(220,252,34); }
H1.HeaderClassName
{
color: #DCFC22;
}
.AnyTagClassName
{
color: #DCFC22;
}
</style>
background-color css
<style>
a { background-color: #DCFC22; }
a { background-color: rgb(220,252,34); }
div.DivClassName
{
background-color: #DCFC22;
}
.BgClassName
{
background-color: #DCFC22;
}
</style>
border-color css
<style>
span { border-color: #DCFC22; }
span { border-color: rgb(220,252,34); }
td.TdClassName
{
border-color: #DCFC22;
}
.TagClassName
{
border-color: #DCFC22;
}
</style>