Html Css Color HEX #D6ED7C Mindaro

📋 copy color: '#D6ED7C'

red 214 ◦ green 237 ◦ blue 124

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

Shades of Mindaro #D6ED7C

Tints of Mindaro #D6ED7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.57%

R = 37.22%
G = 41.22%
B = 21.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#D6ED7C (or 0xD6ED7C) is known color: Mindaro. HEX triplet: D6, ED and 7C. RGB value is (214,237,124). Sum of RGB (Red+Green+Blue) = 214+237+124=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 124 (48.83% from 255 or 21.57% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED7C is #291283. Grayscale: #D9D9D9. Windows color (decimal): -2691716 or 8187350. OLE color: 8187350.

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

Color convert

RGB 214 237 124 -
CMYK 0.10 0 0.48 0.07
HSL 72.21º 0.76% 0.71% -
HSV(B) 72.21º 0.48% 0.93% -
XYZ 61.65 76.32 30.55 -
YUV 217.24 75.38 125.69 -
System Red Green Blue C M Y K H S L
Decimal 214 237 124 0.10 0 0.48 0.07 72.21 0.76 0.71
Hex D6 ED 7C A 0 30 7 48 4C 47
Octal 326 355 174 12 0 60 7 110 114 107
Binary 11010110 11101101 1111100 1010 0 110000 111 1001000 1001100 1000111

Color Harmonies of #D6ED7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED7C

Black with #D6ED7C

Text Example


Text Example

White with #D6ED7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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