Html Css Color HEX #D2EA76 Mindaro

📋 copy color: '#D2EA76'

red 210 ◦ green 234 ◦ blue 118

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

Shades of Mindaro #D2EA76

Tints of Mindaro #D2EA76

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.64%

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

R = 37.37%
G = 41.64%
B = 21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#D2EA76 (or 0xD2EA76) is known color: Mindaro. HEX triplet: D2, EA and 76. RGB value is (210,234,118). Sum of RGB (Red+Green+Blue) = 210+234+118=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA76 is #2D1589. Grayscale: #D6D6D6. Windows color (decimal): -2954634 or 7793362. OLE color: 7793362.

HSL color Cylindrical-coordinate representation of color #D2EA76: hue angle of 72.41º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2EA76 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 234 118 -
CMYK 0.10 0 0.50 0.08
HSL 72.41º 0.73% 0.69% -
HSV(B) 72.41º 0.5% 0.92% -
XYZ 59.27 73.86 28.27 -
YUV 213.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 210 234 118 0.10 0 0.50 0.08 72.41 0.73 0.69
Hex D2 EA 76 A 0 32 8 48 49 45
Octal 322 352 166 12 0 62 10 110 111 105
Binary 11010010 11101010 1110110 1010 0 110010 1000 1001000 1001001 1000101

Color Harmonies of #D2EA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EA76

Black with #D2EA76

Text Example


Text Example

White with #D2EA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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