#DCF146

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

Shades of Pear #DCF146

Tints of Pear #DCF146

Color information

#DCF146 (or 0xDCF146) is unknown color: approx Pear. HEX triplet: DC, F1 and 46. RGB value is (220,241,70). Sum of RGB (Red+Green+Blue) = 220+241+70=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF146 is #230EB9. Grayscale: #D7D7D7. Windows color (decimal): -2297530 or 4649436. OLE color: 4649436.

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

Color convert

RGB22024170-
CMYK0.0900.710.05
HSL67.37º85.93%60.98%-
HSV(B)67.37º70.95%94.51%-
XYZ62.0878.5717.69-
YUV215.2346.04131.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 241 (94.53% from 255) = 45.39%
BLUE value IS 70 (27.73% from 255) = 13.18%
R=41.43%
G=45.39%
B=13.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220241700.0900.710.0567.3785.9360.98
HexDCF1469047543563d
Octal334361106110107510312675
Binary1101110011110001100011010010100011110110000111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF146; }

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

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

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

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

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

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

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

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