Html Css Color HEX #D2E776 Mindaro

📋 copy color: '#D2E776'

red 210 ◦ green 231 ◦ blue 118

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

Shades of Mindaro #D2E776

Tints of Mindaro #D2E776

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

 GREEN value IS 231 (90.63% from 255) = 41.32%

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

R = 37.57%
G = 41.32%
B = 21.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#D2E776 (or 0xD2E776) is known color: Mindaro. HEX triplet: D2, E7 and 76. RGB value is (210,231,118). Sum of RGB (Red+Green+Blue) = 210+231+118=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E776 is #2D1889. Grayscale: #D4D4D4. Windows color (decimal): -2955402 or 7792594. OLE color: 7792594.

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

Color convert

RGB 210 231 118 -
CMYK 0.09 0 0.49 0.09
HSL 71.15º 0.7% 0.68% -
HSV(B) 71.15º 0.49% 0.91% -
XYZ 58.42 72.16 27.99 -
YUV 211.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 210 231 118 0.09 0 0.49 0.09 71.15 0.7 0.68
Hex D2 E7 76 9 0 31 9 47 46 44
Octal 322 347 166 11 0 61 11 107 106 104
Binary 11010010 11100111 1110110 1001 0 110001 1001 1000111 1000110 1000100

Color Harmonies of #D2E776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E776

Black with #D2E776

Text Example


Text Example

White with #D2E776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E776; }

 p { color: rgb(210,231,118); }

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

background-color css

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

 a { background-color: rgb(210,231,118); }

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

border-color css

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

 span { border-color: rgb(210,231,118); }

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