Html Css Color HEX #D2E371 Mindaro

📋 copy color: '#D2E371'

red 210 ◦ green 227 ◦ blue 113

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

Shades of Mindaro #D2E371

Tints of Mindaro #D2E371

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.27%

 BLUE value IS 113 (44.53% from 255) = 20.55%

R = 38.18%
G = 41.27%
B = 20.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#D2E371 (or 0xD2E371) is known color: Mindaro. HEX triplet: D2, E3 and 71. RGB value is (210,227,113). Sum of RGB (Red+Green+Blue) = 210+227+113=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E371 is #2D1C8E. Grayscale: #D1D1D1. Windows color (decimal): -2956431 or 7463890. OLE color: 7463890.

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

Color convert

RGB 210 227 113 -
CMYK 0.07 0 0.50 0.11
HSL 68.95º 0.67% 0.67% -
HSV(B) 68.95º 0.5% 0.89% -
XYZ 57.03 69.83 26.1 -
YUV 208.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 210 227 113 0.07 0 0.50 0.11 68.95 0.67 0.67
Hex D2 E3 71 7 0 32 B 45 43 43
Octal 322 343 161 7 0 62 13 105 103 103
Binary 11010010 11100011 1110001 111 0 110010 1011 1000101 1000011 1000011

Color Harmonies of #D2E371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E371

Black with #D2E371

Text Example


Text Example

White with #D2E371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E371; }

 p { color: rgb(210,227,113); }

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

background-color css

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

 a { background-color: rgb(210,227,113); }

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

border-color css

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

 span { border-color: rgb(210,227,113); }

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