Html Css Color HEX #D9ED5A Mindaro

📋 copy color: '#D9ED5A'

red 217 ◦ green 237 ◦ blue 90

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

Shades of Mindaro #D9ED5A

Tints of Mindaro #D9ED5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.54%

R = 39.89%
G = 43.57%
B = 16.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#D9ED5A (or 0xD9ED5A) is known color: Mindaro. HEX triplet: D9, ED and 5A. RGB value is (217,237,90). Sum of RGB (Red+Green+Blue) = 217+237+90=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED5A is #2612A5. Grayscale: #D6D6D6. Windows color (decimal): -2495142 or 5959129. OLE color: 5959129.

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

Color convert

RGB 217 237 90 -
CMYK 0.08 0 0.62 0.07
HSL 68.16º 0.8% 0.64% -
HSV(B) 68.16º 0.62% 0.93% -
XYZ 60.74 76.06 21.15 -
YUV 214.26 57.87 129.95 -
System Red Green Blue C M Y K H S L
Decimal 217 237 90 0.08 0 0.62 0.07 68.16 0.8 0.64
Hex D9 ED 5A 8 0 3E 7 44 50 40
Octal 331 355 132 10 0 76 7 104 120 100
Binary 11011001 11101101 1011010 1000 0 111110 111 1000100 1010000 1000000

Color Harmonies of #D9ED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ED5A

Black with #D9ED5A

Text Example


Text Example

White with #D9ED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ED5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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