Html Css Color HEX #D9ED7D Mindaro

📋 copy color: '#D9ED7D'

red 217 ◦ green 237 ◦ blue 125

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

Shades of Mindaro #D9ED7D

Tints of Mindaro #D9ED7D

RGB

 RED value IS 217 (85.16% from 255) = 37.48%

 GREEN value IS 237 (92.97% from 255) = 40.93%

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

R = 37.48%
G = 40.93%
B = 21.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#D9ED7D (or 0xD9ED7D) is known color: Mindaro. HEX triplet: D9, ED and 7D. RGB value is (217,237,125). Sum of RGB (Red+Green+Blue) = 217+237+125=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED7D is #261282. Grayscale: #DADADA. Windows color (decimal): -2495107 or 8252889. OLE color: 8252889.

HSL color Cylindrical-coordinate representation of color #D9ED7D: hue angle of 70.71º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9ED7D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 237 125 -
CMYK 0.08 0 0.47 0.07
HSL 70.71º 0.76% 0.71% -
HSV(B) 70.71º 0.47% 0.93% -
XYZ 62.6 76.8 30.93 -
YUV 218.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 217 237 125 0.08 0 0.47 0.07 70.71 0.76 0.71
Hex D9 ED 7D 8 0 2F 7 47 4C 47
Octal 331 355 175 10 0 57 7 107 114 107
Binary 11011001 11101101 1111101 1000 0 101111 111 1000111 1001100 1000111

Color Harmonies of #D9ED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ED7D

Black with #D9ED7D

Text Example


Text Example

White with #D9ED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ED7D; }

 p { color: rgb(217,237,125); }

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

background-color css

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

 a { background-color: rgb(217,237,125); }

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

border-color css

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

 span { border-color: rgb(217,237,125); }

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