#DCF082

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

Shades of Mindaro #DCF082

Tints of Mindaro #DCF082

Color information

#DCF082 (or 0xDCF082) is unknown color: approx Mindaro. HEX triplet: DC, F0 and 82. RGB value is (220,240,130). Sum of RGB (Red+Green+Blue) = 220+240+130=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 240 (94.14% from 255 or 40.68% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF082 is #230F7D. Grayscale: #DDDDDD. Windows color (decimal): -2297726 or 8581340. OLE color: 8581340.

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

Color convert

RGB220240130-
CMYK0.0800.460.06
HSL70.91º78.57%72.55%-
HSV(B)70.91º45.83%94.12%-
XYZ64.779.1532.99-
YUV221.4876.37126.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 240 (94.14% from 255) = 40.68%
BLUE value IS 130 (51.17% from 255) = 22.03%
R=37.29%
G=40.68%
B=22.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401300.0800.460.0670.9178.5772.55
HexDCF082802E6474f49
Octal334360202100566107117111
Binary11011100111100001000001010000101110110100011110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF082; }

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

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

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

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

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

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

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

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