#DCF63B

Color #DCF63B Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DCF63B

Tints of Pear #DCF63B

Color information

#DCF63B (or 0xDCF63B) is unknown color: approx Pear. HEX triplet: DC, F6 and 3B. RGB value is (220,246,59). Sum of RGB (Red+Green+Blue) = 220+246+59=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 59 (23.44% from 255 or 11.24% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF63B is #2309C4. Grayscale: #D9D9D9. Windows color (decimal): -2296261 or 3929820. OLE color: 3929820.

HSL color Cylindrical-coordinate representation of color #DCF63B: hue angle of 68.34º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF63B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB22024659-
CMYK0.1100.760.04
HSL68.34º91.22%59.8%-
HSV(B)68.34º76.02%96.47%-
XYZ63.2681.4416.52-
YUV216.9138.89130.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 246 (96.48% from 255) = 46.86%
BLUE value IS 59 (23.44% from 255) = 11.24%
R=41.90%
G=46.86%
B=11.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220246590.1100.760.0468.3491.2259.8
HexDCF63BB04C4445b3c
Octal33436673130114410413374
Binary110111001111011011101110110100110010010001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF63B; }

 p { color: rgb(220,246,59); }

 H1.HeaderClassName
 {
   color: #DCF63B;
 }
 .AnyTagClassName
 {
   color: #DCF63B;
 }
</style>
background-color css

<style>
 a { background-color: #DCF63B; }

 a { background-color: rgb(220,246,59); }

 div.DivClassName
 {
   background-color: #DCF63B;
 }
 .BgClassName
 {
   background-color: #DCF63B;
 }
</style>
border-color css

<style>
 span { border-color: #DCF63B; }

 span { border-color: rgb(220,246,59); }

 td.TdClassName
 {
   border-color: #DCF63B;
 }
 .TagClassName
 {
   border-color: #DCF63B;
 }
</style>