#DCF63C

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

Shades of Pear #DCF63C

Tints of Pear #DCF63C

Color information

#DCF63C (or 0xDCF63C) is unknown color: approx Pear. HEX triplet: DC, F6 and 3C. RGB value is (220,246,60). Sum of RGB (Red+Green+Blue) = 220+246+60=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 60 (23.83% from 255 or 11.41% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF63C is #2309C3. Grayscale: #D9D9D9. Windows color (decimal): -2296260 or 3995356. OLE color: 3995356.

HSL color Cylindrical-coordinate representation of color #DCF63C: hue angle of 68.39º 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 #DCF63C is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB22024660-
CMYK0.1100.760.04
HSL68.39º91.18%60%-
HSV(B)68.39º75.61%96.47%-
XYZ63.2981.4516.66-
YUV217.0239.39130.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.83%
GREEN value IS 246 (96.48% from 255) = 46.77%
BLUE value IS 60 (23.83% from 255) = 11.41%
R=41.83%
G=46.77%
B=11.41%

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
Decimal220246600.1100.760.0468.3991.1860
HexDCF63CB04C4445b3c
Octal33436674130114410413374
Binary110111001111011011110010110100110010010001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF63C; }

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

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

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

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

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

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

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

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