Html Css Color HEX #DCF086 Mindaro

📋 copy color: '#DCF086'

red 220 ◦ green 240 ◦ blue 134

#DCF086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DCF086

Tints of Mindaro #DCF086

RGB

 RED value IS 220 (86.33% from 255) = 37.04%

 GREEN value IS 240 (94.14% from 255) = 40.4%

 BLUE value IS 134 (52.73% from 255) = 22.56%

R = 37.04%
G = 40.4%
B = 22.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#DCF086 (or 0xDCF086) is known color: Mindaro. HEX triplet: DC, F0 and 86. RGB value is (220,240,134). Sum of RGB (Red+Green+Blue) = 220+240+134=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF086 is #230F79. Grayscale: #DEDEDE. Windows color (decimal): -2297722 or 8843484. OLE color: 8843484.

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

Color convert

RGB 220 240 134 -
CMYK 0.08 0 0.44 0.06
HSL 71.32º 0.78% 0.73% -
HSV(B) 71.32º 0.44% 0.94% -
XYZ 64.98 79.26 34.43 -
YUV 221.94 78.37 126.62 -
System Red Green Blue C M Y K H S L
Decimal 220 240 134 0.08 0 0.44 0.06 71.32 0.78 0.73
Hex DC F0 86 8 0 2C 6 47 4E 49
Octal 334 360 206 10 0 54 6 107 116 111
Binary 11011100 11110000 10000110 1000 0 101100 110 1000111 1001110 1001001

Color Harmonies of #DCF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF086

Black with #DCF086

Text Example


Text Example

White with #DCF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF086; }

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

 H1.HeaderClassName
 {
   color: #DCF086;
 }
 .AnyTagClassName
 {
   color: #DCF086;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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