Html Css Color HEX #DCEF86 Mindaro

📋 copy color: '#DCEF86'

red 220 ◦ green 239 ◦ blue 134

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

Shades of Mindaro #DCEF86

Tints of Mindaro #DCEF86

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

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

R = 37.1%
G = 40.3%
B = 22.6%

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

#DCEF86 (or 0xDCEF86) is known color: Mindaro. HEX triplet: DC, EF and 86. RGB value is (220,239,134). Sum of RGB (Red+Green+Blue) = 220+239+134=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF86 is #231079. Grayscale: #DDDDDD. Windows color (decimal): -2297978 or 8843228. OLE color: 8843228.

HSL color Cylindrical-coordinate representation of color #DCEF86: hue angle of 70.86º degrees, saturation: 0.77, 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 #DCEF86 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 134 -
CMYK 0.08 0 0.44 0.06
HSL 70.86º 0.77% 0.73% -
HSV(B) 70.86º 0.44% 0.94% -
XYZ 64.68 78.67 34.33 -
YUV 221.35 78.71 127.04 -
System Red Green Blue C M Y K H S L
Decimal 220 239 134 0.08 0 0.44 0.06 70.86 0.77 0.73
Hex DC EF 86 8 0 2C 6 47 4D 49
Octal 334 357 206 10 0 54 6 107 115 111
Binary 11011100 11101111 10000110 1000 0 101100 110 1000111 1001101 1001001

Color Harmonies of #DCEF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF86

Black with #DCEF86

Text Example


Text Example

White with #DCEF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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