Html Css Color HEX #D2E16E Mindaro

📋 copy color: '#D2E16E'

red 210 ◦ green 225 ◦ blue 110

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

Shades of Mindaro #D2E16E

Tints of Mindaro #D2E16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.28%

 BLUE value IS 110 (43.36% from 255) = 20.18%

R = 38.53%
G = 41.28%
B = 20.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#D2E16E (or 0xD2E16E) is known color: Mindaro. HEX triplet: D2, E1 and 6E. RGB value is (210,225,110). Sum of RGB (Red+Green+Blue) = 210+225+110=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E16E is #2D1E91. Grayscale: #CFCFCF. Windows color (decimal): -2956946 or 7266770. OLE color: 7266770.

HSL color Cylindrical-coordinate representation of color #D2E16E: hue angle of 67.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2E16E is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 110 -
CMYK 0.07 0 0.51 0.12
HSL 67.83º 0.66% 0.66% -
HSV(B) 67.83º 0.51% 0.88% -
XYZ 56.32 68.68 25.04 -
YUV 207.41 73.03 129.85 -
System Red Green Blue C M Y K H S L
Decimal 210 225 110 0.07 0 0.51 0.12 67.83 0.66 0.66
Hex D2 E1 6E 7 0 33 C 44 42 42
Octal 322 341 156 7 0 63 14 104 102 102
Binary 11010010 11100001 1101110 111 0 110011 1100 1000100 1000010 1000010

Color Harmonies of #D2E16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E16E

Black with #D2E16E

Text Example


Text Example

White with #D2E16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E16E; }

 p { color: rgb(210,225,110); }

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

background-color css

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

 a { background-color: rgb(210,225,110); }

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

border-color css

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

 span { border-color: rgb(210,225,110); }

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