Html Css Color HEX #D6E276 Mindaro

📋 copy color: '#D6E276'

red 214 ◦ green 226 ◦ blue 118

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

Shades of Mindaro #D6E276

Tints of Mindaro #D6E276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.5%

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

R = 38.35%
G = 40.5%
B = 21.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#D6E276 (or 0xD6E276) is known color: Mindaro. HEX triplet: D6, E2 and 76. RGB value is (214,226,118). Sum of RGB (Red+Green+Blue) = 214+226+118=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E276 is #291D89. Grayscale: #D2D2D2. Windows color (decimal): -2694538 or 7791318. OLE color: 7791318.

HSL color Cylindrical-coordinate representation of color #D6E276: hue angle of 66.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6E276 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 226 118 -
CMYK 0.05 0 0.48 0.11
HSL 66.67º 0.65% 0.67% -
HSV(B) 66.67º 0.48% 0.89% -
XYZ 58.2 70 27.58 -
YUV 210.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 214 226 118 0.05 0 0.48 0.11 66.67 0.65 0.67
Hex D6 E2 76 5 0 30 B 43 41 43
Octal 326 342 166 5 0 60 13 103 101 103
Binary 11010110 11100010 1110110 101 0 110000 1011 1000011 1000001 1000011

Color Harmonies of #D6E276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E276

Black with #D6E276

Text Example


Text Example

White with #D6E276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E276; }

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

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

background-color css

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

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

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

border-color css

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

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

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