#DCF083

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

Shades of Mindaro #DCF083

Tints of Mindaro #DCF083

Color information

#DCF083 (or 0xDCF083) is unknown color: approx Mindaro. HEX triplet: DC, F0 and 83. RGB value is (220,240,131). Sum of RGB (Red+Green+Blue) = 220+240+131=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF083 is #230F7C. Grayscale: #DEDEDE. Windows color (decimal): -2297725 or 8646876. OLE color: 8646876.

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

Color convert

RGB220240131-
CMYK0.0800.450.06
HSL71.01º78.42%72.75%-
HSV(B)71.01º45.42%94.12%-
XYZ64.7779.1733.34-
YUV221.5976.87126.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 131 (51.56% from 255) = 22.17%
R=37.23%
G=40.61%
B=22.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401310.0800.450.0671.0178.4272.75
HexDCF083802D6474e49
Octal334360203100556107116111
Binary11011100111100001000001110000101101110100011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF083; }

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

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

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

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

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

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

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

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