Html Css Color HEX #D6E86B Mindaro

📋 copy color: '#D6E86B'

red 214 ◦ green 232 ◦ blue 107

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

Shades of Mindaro #D6E86B

Tints of Mindaro #D6E86B

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

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

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

R = 38.7%
G = 41.95%
B = 19.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#D6E86B (or 0xD6E86B) is known color: Mindaro. HEX triplet: D6, E8 and 6B. RGB value is (214,232,107). Sum of RGB (Red+Green+Blue) = 214+232+107=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E86B is #291794. Grayscale: #D4D4D4. Windows color (decimal): -2693013 or 7071958. OLE color: 7071958.

HSL color Cylindrical-coordinate representation of color #D6E86B: hue angle of 68.64º 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 #D6E86B is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 107 -
CMYK 0.08 0 0.54 0.09
HSL 68.64º 0.73% 0.66% -
HSV(B) 68.64º 0.54% 0.91% -
XYZ 59.24 73.07 24.89 -
YUV 212.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 214 232 107 0.08 0 0.54 0.09 68.64 0.73 0.66
Hex D6 E8 6B 8 0 36 9 45 49 42
Octal 326 350 153 10 0 66 11 105 111 102
Binary 11010110 11101000 1101011 1000 0 110110 1001 1000101 1001001 1000010

Color Harmonies of #D6E86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E86B

Black with #D6E86B

Text Example


Text Example

White with #D6E86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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