Html Css Color HEX #D1E07D Mindaro

📋 copy color: '#D1E07D'

red 209 ◦ green 224 ◦ blue 125

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

Shades of Mindaro #D1E07D

Tints of Mindaro #D1E07D

RGB

 RED value IS 209 (82.03% from 255) = 37.46%

 GREEN value IS 224 (87.89% from 255) = 40.14%

 BLUE value IS 125 (49.22% from 255) = 22.4%

R = 37.46%
G = 40.14%
B = 22.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#D1E07D (or 0xD1E07D) is known color: Mindaro. HEX triplet: D1, E0 and 7D. RGB value is (209,224,125). Sum of RGB (Red+Green+Blue) = 209+224+125=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E07D is #2E1F82. Grayscale: #D0D0D0. Windows color (decimal): -3022723 or 8249553. OLE color: 8249553.

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

Color convert

RGB 209 224 125 -
CMYK 0.07 0 0.44 0.12
HSL 69.09º 0.61% 0.68% -
HSV(B) 69.09º 0.44% 0.88% -
XYZ 56.65 68.35 29.61 -
YUV 208.23 81.03 128.55 -
System Red Green Blue C M Y K H S L
Decimal 209 224 125 0.07 0 0.44 0.12 69.09 0.61 0.68
Hex D1 E0 7D 7 0 2C C 45 3D 44
Octal 321 340 175 7 0 54 14 105 75 104
Binary 11010001 11100000 1111101 111 0 101100 1100 1000101 111101 1000100

Color Harmonies of #D1E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E07D

Black with #D1E07D

Text Example


Text Example

White with #D1E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E07D; }

 p { color: rgb(209,224,125); }

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

background-color css

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

 a { background-color: rgb(209,224,125); }

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

border-color css

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

 span { border-color: rgb(209,224,125); }

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