Html Css Color HEX #DCEE86 Mindaro

📋 copy color: '#DCEE86'

red 220 ◦ green 238 ◦ blue 134

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

Shades of Mindaro #DCEE86

Tints of Mindaro #DCEE86

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

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

R = 37.16%
G = 40.2%
B = 22.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#DCEE86 (or 0xDCEE86) is known color: Mindaro. HEX triplet: DC, EE and 86. RGB value is (220,238,134). Sum of RGB (Red+Green+Blue) = 220+238+134=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 134 (52.73% from 255 or 22.64% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE86 is #231179. Grayscale: #DDDDDD. Windows color (decimal): -2298234 or 8842972. OLE color: 8842972.

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

Color convert

RGB 220 238 134 -
CMYK 0.08 0 0.44 0.07
HSL 70.38º 0.75% 0.73% -
HSV(B) 70.38º 0.44% 0.93% -
XYZ 64.39 78.09 34.23 -
YUV 220.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 220 238 134 0.08 0 0.44 0.07 70.38 0.75 0.73
Hex DC EE 86 8 0 2C 7 46 4B 49
Octal 334 356 206 10 0 54 7 106 113 111
Binary 11011100 11101110 10000110 1000 0 101100 111 1000110 1001011 1001001

Color Harmonies of #DCEE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE86

Black with #DCEE86

Text Example


Text Example

White with #DCEE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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