Html Css Color HEX #D5ED72 Mindaro

📋 copy color: '#D5ED72'

red 213 ◦ green 237 ◦ blue 114

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

Shades of Mindaro #D5ED72

Tints of Mindaro #D5ED72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 37.77%
G = 42.02%
B = 20.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#D5ED72 (or 0xD5ED72) is known color: Mindaro. HEX triplet: D5, ED and 72. RGB value is (213,237,114). Sum of RGB (Red+Green+Blue) = 213+237+114=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5ED72 is #2A128D. Grayscale: #D8D8D8. Windows color (decimal): -2757262 or 7531989. OLE color: 7531989.

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

Color convert

RGB 213 237 114 -
CMYK 0.10 0 0.52 0.07
HSL 71.71º 0.77% 0.69% -
HSV(B) 71.71º 0.52% 0.93% -
XYZ 60.76 75.93 27.37 -
YUV 215.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 213 237 114 0.10 0 0.52 0.07 71.71 0.77 0.69
Hex D5 ED 72 A 0 34 7 48 4D 45
Octal 325 355 162 12 0 64 7 110 115 105
Binary 11010101 11101101 1110010 1010 0 110100 111 1001000 1001101 1000101

Color Harmonies of #D5ED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED72

Black with #D5ED72

Text Example


Text Example

White with #D5ED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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