Shades of Pear #DCF32B
Tints of Pear #DCF32B
RGB
CMYK
RGB Variations
Color information
#DCF32B (or 0xDCF32B) is known color: Pear. HEX triplet: DC, F3 and 2B. RGB value is (220,243,43). Sum of RGB (Red+Green+Blue) = 220+243+43=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF32B is #230CD4. Grayscale: #D6D6D6. Windows color (decimal): -2297045 or 2880476. OLE color: 2880476.
HSL color Cylindrical-coordinate representation of color #DCF32B: hue angle of 66.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCF32B is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 43 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.05 |
| HSL | 66.9º | 0.89% | 0.56% | - |
| HSV(B) | 66.9º | 0.82% | 0.95% | - |
| XYZ | 62 | 79.49 | 14.36 | - |
| YUV | 213.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 43 | 0.09 | 0 | 0.82 | 0.05 | 66.9 | 0.89 | 0.56 |
| Hex | DC | F3 | 2B | 9 | 0 | 52 | 5 | 43 | 59 | 38 |
| Octal | 334 | 363 | 53 | 11 | 0 | 122 | 5 | 103 | 131 | 70 |
| Binary | 11011100 | 11110011 | 101011 | 1001 | 0 | 1010010 | 101 | 1000011 | 1011001 | 111000 |
Color Harmonies of #DCF32B
Complementary color
Monochromatic Colors of #DCF32B
Black with #DCF32B
Text Example
Text Example
White with #DCF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF32B; }
p { color: rgb(220,243,43); }
H1.HeaderClassName
{
color: #DCF32B;
}
.AnyTagClassName
{
color: #DCF32B;
}
</style>
background-color css
<style>
a { background-color: #DCF32B; }
a { background-color: rgb(220,243,43); }
div.DivClassName
{
background-color: #DCF32B;
}
.BgClassName
{
background-color: #DCF32B;
}
</style>
border-color css
<style>
span { border-color: #DCF32B; }
span { border-color: rgb(220,243,43); }
td.TdClassName
{
border-color: #DCF32B;
}
.TagClassName
{
border-color: #DCF32B;
}
</style>