Html Css Color HEX #D6E97C Mindaro

📋 copy color: '#D6E97C'

red 214 ◦ green 233 ◦ blue 124

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

Shades of Mindaro #D6E97C

Tints of Mindaro #D6E97C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.81%

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

R = 37.48%
G = 40.81%
B = 21.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#D6E97C (or 0xD6E97C) is known color: Mindaro. HEX triplet: D6, E9 and 7C. RGB value is (214,233,124). Sum of RGB (Red+Green+Blue) = 214+233+124=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E97C is #291683. Grayscale: #D7D7D7. Windows color (decimal): -2692740 or 8186326. OLE color: 8186326.

HSL color Cylindrical-coordinate representation of color #D6E97C: hue angle of 70.46º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6E97C is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 233 124 -
CMYK 0.08 0 0.47 0.09
HSL 70.46º 0.71% 0.7% -
HSV(B) 70.46º 0.47% 0.91% -
XYZ 60.51 74.03 30.17 -
YUV 214.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 214 233 124 0.08 0 0.47 0.09 70.46 0.71 0.7
Hex D6 E9 7C 8 0 2F 9 46 47 46
Octal 326 351 174 10 0 57 11 106 107 106
Binary 11010110 11101001 1111100 1000 0 101111 1001 1000110 1000111 1000110

Color Harmonies of #D6E97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E97C

Black with #D6E97C

Text Example


Text Example

White with #D6E97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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