#DCFD3F

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

Shades of Pear #DCFD3F

Tints of Pear #DCFD3F

Color information

#DCFD3F (or 0xDCFD3F) is unknown color: approx Pear. HEX triplet: DC, FD and 3F. RGB value is (220,253,63). Sum of RGB (Red+Green+Blue) = 220+253+63=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 63 (25% from 255 or 11.75% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD3F is #2302C0. Grayscale: #DEDEDE. Windows color (decimal): -2294465 or 4193756. OLE color: 4193756.

HSL color Cylindrical-coordinate representation of color #DCFD3F: hue angle of 70.42º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCFD3F is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB22025363-
CMYK0.1300.750.01
HSL70.42º97.94%61.96%-
HSV(B)70.42º75.1%99.22%-
XYZ65.5485.8317.81-
YUV221.4738.57126.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 63 (25% from 255) = 11.75%
R=41.04%
G=47.20%
B=11.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal220253630.1300.750.0170.4297.9461.96
HexDCFD3FD04B146623e
Octal33437577150113110614276
Binary1101110011111101111111110101001011110001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFD3F; }

 p { color: rgb(220,253,63); }

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

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

 a { background-color: rgb(220,253,63); }

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

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

 span { border-color: rgb(220,253,63); }

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