Html Css Color HEX #D5E37F Mindaro

📋 copy color: '#D5E37F'

red 213 ◦ green 227 ◦ blue 127

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

Shades of Mindaro #D5E37F

Tints of Mindaro #D5E37F

RGB

 RED value IS 213 (83.59% from 255) = 37.57%

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

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

R = 37.57%
G = 40.04%
B = 22.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#D5E37F (or 0xD5E37F) is known color: Mindaro. HEX triplet: D5, E3 and 7F. RGB value is (213,227,127). Sum of RGB (Red+Green+Blue) = 213+227+127=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E37F is #2A1C80. Grayscale: #D3D3D3. Windows color (decimal): -2759809 or 8381397. OLE color: 8381397.

HSL color Cylindrical-coordinate representation of color #D5E37F: hue angle of 68.4º 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 #D5E37F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 127 -
CMYK 0.06 0 0.44 0.11
HSL 68.4º 0.64% 0.69% -
HSV(B) 68.4º 0.44% 0.89% -
XYZ 58.74 70.62 30.61 -
YUV 211.41 80.36 129.13 -
System Red Green Blue C M Y K H S L
Decimal 213 227 127 0.06 0 0.44 0.11 68.4 0.64 0.69
Hex D5 E3 7F 6 0 2C B 44 40 45
Octal 325 343 177 6 0 54 13 104 100 105
Binary 11010101 11100011 1111111 110 0 101100 1011 1000100 1000000 1000101

Color Harmonies of #D5E37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E37F

Black with #D5E37F

Text Example


Text Example

White with #D5E37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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