Html Css Color HEX #D2E37F Mindaro

📋 copy color: '#D2E37F'

red 210 ◦ green 227 ◦ blue 127

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

Shades of Mindaro #D2E37F

Tints of Mindaro #D2E37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.52%

R = 37.23%
G = 40.25%
B = 22.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#D2E37F (or 0xD2E37F) is known color: Mindaro. HEX triplet: D2, E3 and 7F. RGB value is (210,227,127). Sum of RGB (Red+Green+Blue) = 210+227+127=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E37F is #2D1C80. Grayscale: #D2D2D2. Windows color (decimal): -2956417 or 8381394. OLE color: 8381394.

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

Color convert

RGB 210 227 127 -
CMYK 0.07 0 0.44 0.11
HSL 70.2º 0.64% 0.69% -
HSV(B) 70.2º 0.44% 0.89% -
XYZ 57.88 70.17 30.57 -
YUV 210.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 210 227 127 0.07 0 0.44 0.11 70.2 0.64 0.69
Hex D2 E3 7F 7 0 2C B 46 40 45
Octal 322 343 177 7 0 54 13 106 100 105
Binary 11010010 11100011 1111111 111 0 101100 1011 1000110 1000000 1000101

Color Harmonies of #D2E37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E37F

Black with #D2E37F

Text Example


Text Example

White with #D2E37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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