Html Css Color HEX #D5ED73 Mindaro

📋 copy color: '#D5ED73'

red 213 ◦ green 237 ◦ blue 115

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

Shades of Mindaro #D5ED73

Tints of Mindaro #D5ED73

RGB

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

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

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

R = 37.7%
G = 41.95%
B = 20.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#D5ED73 (or 0xD5ED73) is known color: Mindaro. HEX triplet: D5, ED and 73. RGB value is (213,237,115). Sum of RGB (Red+Green+Blue) = 213+237+115=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5ED73 is #2A128C. Grayscale: #D8D8D8. Windows color (decimal): -2757261 or 7597525. OLE color: 7597525.

HSL color Cylindrical-coordinate representation of color #D5ED73: hue angle of 71.8º 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 #D5ED73 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 115 -
CMYK 0.10 0 0.51 0.07
HSL 71.8º 0.77% 0.69% -
HSV(B) 71.8º 0.51% 0.93% -
XYZ 60.82 75.95 27.67 -
YUV 215.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 213 237 115 0.10 0 0.51 0.07 71.8 0.77 0.69
Hex D5 ED 73 A 0 33 7 48 4D 45
Octal 325 355 163 12 0 63 7 110 115 105
Binary 11010101 11101101 1110011 1010 0 110011 111 1001000 1001101 1000101

Color Harmonies of #D5ED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED73

Black with #D5ED73

Text Example


Text Example

White with #D5ED73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED73; }

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

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

background-color css

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

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

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

border-color css

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

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

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