Html Css Color HEX #D9ED73 Mindaro

📋 copy color: '#D9ED73'

red 217 ◦ green 237 ◦ blue 115

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

Shades of Mindaro #D9ED73

Tints of Mindaro #D9ED73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.21%

R = 38.14%
G = 41.65%
B = 20.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#D9ED73 (or 0xD9ED73) is known color: Mindaro. HEX triplet: D9, ED and 73. RGB value is (217,237,115). Sum of RGB (Red+Green+Blue) = 217+237+115=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED73 is #26128C. Grayscale: #D9D9D9. Windows color (decimal): -2495117 or 7597529. OLE color: 7597529.

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

Color convert

RGB 217 237 115 -
CMYK 0.08 0 0.51 0.07
HSL 69.84º 0.77% 0.69% -
HSV(B) 69.84º 0.51% 0.93% -
XYZ 61.99 76.56 27.73 -
YUV 217.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 217 237 115 0.08 0 0.51 0.07 69.84 0.77 0.69
Hex D9 ED 73 8 0 33 7 46 4D 45
Octal 331 355 163 10 0 63 7 106 115 105
Binary 11011001 11101101 1110011 1000 0 110011 111 1000110 1001101 1000101

Color Harmonies of #D9ED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ED73

Black with #D9ED73

Text Example


Text Example

White with #D9ED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ED73; }

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

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

background-color css

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

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

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

border-color css

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

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

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