Html Css Color HEX #D5ED6E Mindaro

📋 copy color: '#D5ED6E'

red 213 ◦ green 237 ◦ blue 110

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

Shades of Mindaro #D5ED6E

Tints of Mindaro #D5ED6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.64%

R = 38.04%
G = 42.32%
B = 19.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#D5ED6E (or 0xD5ED6E) is known color: Mindaro. HEX triplet: D5, ED and 6E. RGB value is (213,237,110). Sum of RGB (Red+Green+Blue) = 213+237+110=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5ED6E is #2A1291. Grayscale: #D7D7D7. Windows color (decimal): -2757266 or 7269845. OLE color: 7269845.

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

Color convert

RGB 213 237 110 -
CMYK 0.10 0 0.54 0.07
HSL 71.34º 0.78% 0.68% -
HSV(B) 71.34º 0.54% 0.93% -
XYZ 60.54 75.84 26.2 -
YUV 215.35 68.55 126.33 -
System Red Green Blue C M Y K H S L
Decimal 213 237 110 0.10 0 0.54 0.07 71.34 0.78 0.68
Hex D5 ED 6E A 0 36 7 47 4E 44
Octal 325 355 156 12 0 66 7 107 116 104
Binary 11010101 11101101 1101110 1010 0 110110 111 1000111 1001110 1000100

Color Harmonies of #D5ED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ED6E

Black with #D5ED6E

Text Example


Text Example

White with #D5ED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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