#DCF120

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

Shades of Pear #DCF120

Tints of Pear #DCF120

Color information

#DCF120 (or 0xDCF120) is unknown color: approx Pear. HEX triplet: DC, F1 and 20. RGB value is (220,241,32). Sum of RGB (Red+Green+Blue) = 220+241+32=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF120 is #230EDF. Grayscale: #D3D3D3. Windows color (decimal): -2297568 or 2159068. OLE color: 2159068.

HSL color Cylindrical-coordinate representation of color #DCF120: hue angle of 66.03º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF120 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB22024132-
CMYK0.0900.870.05
HSL66.03º88.19%53.53%-
HSV(B)66.03º86.72%94.51%-
XYZ61.2378.2313.24-
YUV210.927.04134.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 241 (94.53% from 255) = 48.88%
BLUE value IS 32 (12.89% from 255) = 6.49%
R=44.62%
G=48.88%
B=6.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220241320.0900.870.0566.0388.1953.53
HexDCF12090575425836
Octal33436140110127510213066
Binary110111001111000110000010010101011110110000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF120; }

 p { color: rgb(220,241,32); }

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

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

 a { background-color: rgb(220,241,32); }

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

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

 span { border-color: rgb(220,241,32); }

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