Html Css Color HEX #D6EC6A Mindaro

📋 copy color: '#D6EC6A'

red 214 ◦ green 236 ◦ blue 106

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

Shades of Mindaro #D6EC6A

Tints of Mindaro #D6EC6A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.45%

 BLUE value IS 106 (41.8% from 255) = 19.06%

R = 38.49%
G = 42.45%
B = 19.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#D6EC6A (or 0xD6EC6A) is known color: Mindaro. HEX triplet: D6, EC and 6A. RGB value is (214,236,106). Sum of RGB (Red+Green+Blue) = 214+236+106=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EC6A is #291395. Grayscale: #D7D7D7. Windows color (decimal): -2691990 or 7007446. OLE color: 7007446.

HSL color Cylindrical-coordinate representation of color #D6EC6A: hue angle of 70.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6EC6A is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 236 106 -
CMYK 0.09 0 0.55 0.07
HSL 70.15º 0.77% 0.67% -
HSV(B) 70.15º 0.55% 0.93% -
XYZ 60.33 75.33 25 -
YUV 214.6 66.71 127.57 -
System Red Green Blue C M Y K H S L
Decimal 214 236 106 0.09 0 0.55 0.07 70.15 0.77 0.67
Hex D6 EC 6A 9 0 37 7 46 4D 43
Octal 326 354 152 11 0 67 7 106 115 103
Binary 11010110 11101100 1101010 1001 0 110111 111 1000110 1001101 1000011

Color Harmonies of #D6EC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC6A

Black with #D6EC6A

Text Example


Text Example

White with #D6EC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC6A; }

 p { color: rgb(214,236,106); }

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

background-color css

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

 a { background-color: rgb(214,236,106); }

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

border-color css

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

 span { border-color: rgb(214,236,106); }

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