Shades of Pear #DCF23B
Tints of Pear #DCF23B
RGB
CMYK
RGB Variations
Color information
#DCF23B (or 0xDCF23B) is known color: Pear. HEX triplet: DC, F2 and 3B. RGB value is (220,242,59). Sum of RGB (Red+Green+Blue) = 220+242+59=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 59 (23.44% from 255 or 11.32% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF23B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF23B is #230DC4. Grayscale: #D7D7D7. Windows color (decimal): -2297285 or 3928796. OLE color: 3928796.
HSL color Cylindrical-coordinate representation of color #DCF23B: hue angle of 67.21º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF23B is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 59 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.05 |
| HSL | 67.21º | 0.88% | 0.59% | - |
| HSV(B) | 67.21º | 0.76% | 0.95% | - |
| XYZ | 62.06 | 79.04 | 16.12 | - |
| YUV | 214.56 | 40.21 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 59 | 0.09 | 0 | 0.76 | 0.05 | 67.21 | 0.88 | 0.59 |
| Hex | DC | F2 | 3B | 9 | 0 | 4C | 5 | 43 | 58 | 3B |
| Octal | 334 | 362 | 73 | 11 | 0 | 114 | 5 | 103 | 130 | 73 |
| Binary | 11011100 | 11110010 | 111011 | 1001 | 0 | 1001100 | 101 | 1000011 | 1011000 | 111011 |
Color Harmonies of #DCF23B
Complementary color
Monochromatic Colors of #DCF23B
Black with #DCF23B
Text Example
Text Example
White with #DCF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF23B; }
p { color: rgb(220,242,59); }
H1.HeaderClassName
{
color: #DCF23B;
}
.AnyTagClassName
{
color: #DCF23B;
}
</style>
background-color css
<style>
a { background-color: #DCF23B; }
a { background-color: rgb(220,242,59); }
div.DivClassName
{
background-color: #DCF23B;
}
.BgClassName
{
background-color: #DCF23B;
}
</style>
border-color css
<style>
span { border-color: #DCF23B; }
span { border-color: rgb(220,242,59); }
td.TdClassName
{
border-color: #DCF23B;
}
.TagClassName
{
border-color: #DCF23B;
}
</style>