Html Css Color HEX #D6ED6E Mindaro

📋 copy color: '#D6ED6E'

red 214 ◦ green 237 ◦ blue 110

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

Shades of Mindaro #D6ED6E

Tints of Mindaro #D6ED6E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.25%

 BLUE value IS 110 (43.36% from 255) = 19.61%

R = 38.15%
G = 42.25%
B = 19.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#D6ED6E (or 0xD6ED6E) is known color: Mindaro. HEX triplet: D6, ED and 6E. RGB value is (214,237,110). Sum of RGB (Red+Green+Blue) = 214+237+110=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED6E is #291291. Grayscale: #D8D8D8. Windows color (decimal): -2691730 or 7269846. OLE color: 7269846.

HSL color Cylindrical-coordinate representation of color #D6ED6E: hue angle of 70.87º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6ED6E is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 110 -
CMYK 0.10 0 0.54 0.07
HSL 70.87º 0.78% 0.68% -
HSV(B) 70.87º 0.54% 0.93% -
XYZ 60.83 75.99 26.21 -
YUV 215.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 214 237 110 0.10 0 0.54 0.07 70.87 0.78 0.68
Hex D6 ED 6E A 0 36 7 47 4E 44
Octal 326 355 156 12 0 66 7 107 116 104
Binary 11010110 11101101 1101110 1010 0 110110 111 1000111 1001110 1000100

Color Harmonies of #D6ED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED6E

Black with #D6ED6E

Text Example


Text Example

White with #D6ED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED6E; }

 p { color: rgb(214,237,110); }

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

background-color css

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

 a { background-color: rgb(214,237,110); }

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

border-color css

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

 span { border-color: rgb(214,237,110); }

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