Html Css Color HEX #D2E17C Mindaro

📋 copy color: '#D2E17C'

red 210 ◦ green 225 ◦ blue 124

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

Shades of Mindaro #D2E17C

Tints of Mindaro #D2E17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.18%

R = 37.57%
G = 40.25%
B = 22.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#D2E17C (or 0xD2E17C) is known color: Mindaro. HEX triplet: D2, E1 and 7C. RGB value is (210,225,124). Sum of RGB (Red+Green+Blue) = 210+225+124=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E17C is #2D1E83. Grayscale: #D1D1D1. Windows color (decimal): -2956932 or 8184274. OLE color: 8184274.

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

Color convert

RGB 210 225 124 -
CMYK 0.07 0 0.45 0.12
HSL 68.91º 0.63% 0.68% -
HSV(B) 68.91º 0.45% 0.88% -
XYZ 57.14 69.01 29.38 -
YUV 209 80.03 128.71 -
System Red Green Blue C M Y K H S L
Decimal 210 225 124 0.07 0 0.45 0.12 68.91 0.63 0.68
Hex D2 E1 7C 7 0 2D C 45 3F 44
Octal 322 341 174 7 0 55 14 105 77 104
Binary 11010010 11100001 1111100 111 0 101101 1100 1000101 111111 1000100

Color Harmonies of #D2E17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E17C

Black with #D2E17C

Text Example


Text Example

White with #D2E17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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