Html Css Color HEX #D6E676 Mindaro

📋 copy color: '#D6E676'

red 214 ◦ green 230 ◦ blue 118

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

Shades of Mindaro #D6E676

Tints of Mindaro #D6E676

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.93%

 BLUE value IS 118 (46.48% from 255) = 21%

R = 38.08%
G = 40.93%
B = 21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#D6E676 (or 0xD6E676) is known color: Mindaro. HEX triplet: D6, E6 and 76. RGB value is (214,230,118). Sum of RGB (Red+Green+Blue) = 214+230+118=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E676 is #291989. Grayscale: #D4D4D4. Windows color (decimal): -2693514 or 7792342. OLE color: 7792342.

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

Color convert

RGB 214 230 118 -
CMYK 0.07 0 0.49 0.10
HSL 68.57º 0.69% 0.68% -
HSV(B) 68.57º 0.49% 0.9% -
XYZ 59.3 72.2 27.95 -
YUV 212.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 214 230 118 0.07 0 0.49 0.10 68.57 0.69 0.68
Hex D6 E6 76 7 0 31 A 45 45 44
Octal 326 346 166 7 0 61 12 105 105 104
Binary 11010110 11100110 1110110 111 0 110001 1010 1000101 1000101 1000100

Color Harmonies of #D6E676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E676

Black with #D6E676

Text Example


Text Example

White with #D6E676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E676; }

 p { color: rgb(214,230,118); }

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

background-color css

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

 a { background-color: rgb(214,230,118); }

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

border-color css

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

 span { border-color: rgb(214,230,118); }

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