Html Css Color HEX #D6E380 Mindaro

📋 copy color: '#D6E380'

red 214 ◦ green 227 ◦ blue 128

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

Shades of Mindaro #D6E380

Tints of Mindaro #D6E380

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.89%

 BLUE value IS 128 (50.39% from 255) = 22.5%

R = 37.61%
G = 39.89%
B = 22.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#D6E380 (or 0xD6E380) is known color: Mindaro. HEX triplet: D6, E3 and 80. RGB value is (214,227,128). Sum of RGB (Red+Green+Blue) = 214+227+128=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E380 is #291C7F. Grayscale: #D4D4D4. Windows color (decimal): -2694272 or 8446934. OLE color: 8446934.

HSL color Cylindrical-coordinate representation of color #D6E380: hue angle of 67.88º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6E380 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 128 -
CMYK 0.06 0 0.44 0.11
HSL 67.88º 0.64% 0.7% -
HSV(B) 67.88º 0.44% 0.89% -
XYZ 59.1 70.79 30.97 -
YUV 211.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 214 227 128 0.06 0 0.44 0.11 67.88 0.64 0.7
Hex D6 E3 80 6 0 2C B 44 40 46
Octal 326 343 200 6 0 54 13 104 100 106
Binary 11010110 11100011 10000000 110 0 101100 1011 1000100 1000000 1000110

Color Harmonies of #D6E380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E380

Black with #D6E380

Text Example


Text Example

White with #D6E380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E380; }

 p { color: rgb(214,227,128); }

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

background-color css

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

 a { background-color: rgb(214,227,128); }

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

border-color css

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

 span { border-color: rgb(214,227,128); }

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