#DCF41D

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

Shades of Pear #DCF41D

Tints of Pear #DCF41D

Color information

#DCF41D (or 0xDCF41D) is unknown color: approx Pear. HEX triplet: DC, F4 and 1D. RGB value is (220,244,29). Sum of RGB (Red+Green+Blue) = 220+244+29=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF41D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF41D is #230BE2. Grayscale: #D5D5D5. Windows color (decimal): -2296803 or 1963228. OLE color: 1963228.

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

Color convert

RGB22024429-
CMYK0.1000.880.04
HSL66.7º90.72%53.53%-
HSV(B)66.7º88.11%95.69%-
XYZ62.0980.0113.33-
YUV212.3124.55133.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 244 (95.70% from 255) = 49.49%
BLUE value IS 29 (11.72% from 255) = 5.88%
R=44.62%
G=49.49%
B=5.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal220244290.1000.880.0466.790.7253.53
HexDCF41DA0584435b36
Octal33436435120130410313366
Binary11011100111101001110110100101100010010000111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF41D; }

 p { color: rgb(220,244,29); }

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

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

 a { background-color: rgb(220,244,29); }

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

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

 span { border-color: rgb(220,244,29); }

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