Shades of Pear #DCF32A
Tints of Pear #DCF32A
RGB
CMYK
RGB Variations
Color information
#DCF32A (or 0xDCF32A) is known color: Pear. HEX triplet: DC, F3 and 2A. RGB value is (220,243,42). Sum of RGB (Red+Green+Blue) = 220+243+42=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF32A is #230CD5. Grayscale: #D5D5D5. Windows color (decimal): -2297046 or 2814940. OLE color: 2814940.
HSL color Cylindrical-coordinate representation of color #DCF32A: hue angle of 66.87º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCF32A is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 42 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.05 |
| HSL | 66.87º | 0.89% | 0.56% | - |
| HSV(B) | 66.87º | 0.83% | 0.95% | - |
| XYZ | 61.98 | 79.48 | 14.27 | - |
| YUV | 213.21 | 31.38 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 42 | 0.09 | 0 | 0.83 | 0.05 | 66.87 | 0.89 | 0.56 |
| Hex | DC | F3 | 2A | 9 | 0 | 53 | 5 | 43 | 59 | 38 |
| Octal | 334 | 363 | 52 | 11 | 0 | 123 | 5 | 103 | 131 | 70 |
| Binary | 11011100 | 11110011 | 101010 | 1001 | 0 | 1010011 | 101 | 1000011 | 1011001 | 111000 |
Color Harmonies of #DCF32A
Complementary color
Monochromatic Colors of #DCF32A
Black with #DCF32A
Text Example
Text Example
White with #DCF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF32A; }
p { color: rgb(220,243,42); }
H1.HeaderClassName
{
color: #DCF32A;
}
.AnyTagClassName
{
color: #DCF32A;
}
</style>
background-color css
<style>
a { background-color: #DCF32A; }
a { background-color: rgb(220,243,42); }
div.DivClassName
{
background-color: #DCF32A;
}
.BgClassName
{
background-color: #DCF32A;
}
</style>
border-color css
<style>
span { border-color: #DCF32A; }
span { border-color: rgb(220,243,42); }
td.TdClassName
{
border-color: #DCF32A;
}
.TagClassName
{
border-color: #DCF32A;
}
</style>