Html Css Color HEX #DCE86B Mindaro

📋 copy color: '#DCE86B'

red 220 ◦ green 232 ◦ blue 107

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

Shades of Mindaro #DCE86B

Tints of Mindaro #DCE86B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.5%

 BLUE value IS 107 (42.19% from 255) = 19.14%

R = 39.36%
G = 41.5%
B = 19.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#DCE86B (or 0xDCE86B) is known color: Mindaro. HEX triplet: DC, E8 and 6B. RGB value is (220,232,107). Sum of RGB (Red+Green+Blue) = 220+232+107=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE86B is #231794. Grayscale: #D6D6D6. Windows color (decimal): -2299797 or 7071964. OLE color: 7071964.

HSL color Cylindrical-coordinate representation of color #DCE86B: hue angle of 65.76º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCE86B is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 232 107 -
CMYK 0.05 0 0.54 0.09
HSL 65.76º 0.73% 0.66% -
HSV(B) 65.76º 0.54% 0.91% -
XYZ 61.03 73.99 24.98 -
YUV 214.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 220 232 107 0.05 0 0.54 0.09 65.76 0.73 0.66
Hex DC E8 6B 5 0 36 9 42 49 42
Octal 334 350 153 5 0 66 11 102 111 102
Binary 11011100 11101000 1101011 101 0 110110 1001 1000010 1001001 1000010

Color Harmonies of #DCE86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE86B

Black with #DCE86B

Text Example


Text Example

White with #DCE86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE86B; }

 p { color: rgb(220,232,107); }

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

background-color css

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

 a { background-color: rgb(220,232,107); }

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

border-color css

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

 span { border-color: rgb(220,232,107); }

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