#DCF034

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

Shades of Pear #DCF034

Tints of Pear #DCF034

Color information

#DCF034 (or 0xDCF034) is unknown color: approx Pear. HEX triplet: DC, F0 and 34. RGB value is (220,240,52). Sum of RGB (Red+Green+Blue) = 220+240+52=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF034 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF034 is #230FCB. Grayscale: #D5D5D5. Windows color (decimal): -2297804 or 3469532. OLE color: 3469532.

HSL color Cylindrical-coordinate representation of color #DCF034: hue angle of 66.38º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF034 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB22024052-
CMYK0.0800.780.06
HSL66.38º86.24%57.25%-
HSV(B)66.38º78.33%94.12%-
XYZ61.377.7815.03-
YUV212.5937.37133.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 52 (20.70% from 255) = 10.16%
R=42.97%
G=46.88%
B=10.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal220240520.0800.780.0666.3886.2457.25
HexDCF034804E6425639
Octal33436064100116610212671
Binary110111001111000011010010000100111011010000101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF034; }

 p { color: rgb(220,240,52); }

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

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

 a { background-color: rgb(220,240,52); }

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

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

 span { border-color: rgb(220,240,52); }

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