Html Css Color HEX #D9EB5A Mindaro

📋 copy color: '#D9EB5A'

red 217 ◦ green 235 ◦ blue 90

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

Shades of Mindaro #D9EB5A

Tints of Mindaro #D9EB5A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.36%

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

R = 40.04%
G = 43.36%
B = 16.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#D9EB5A (or 0xD9EB5A) is known color: Mindaro. HEX triplet: D9, EB and 5A. RGB value is (217,235,90). Sum of RGB (Red+Green+Blue) = 217+235+90=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EB5A is #2614A5. Grayscale: #D5D5D5. Windows color (decimal): -2495654 or 5958617. OLE color: 5958617.

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

Color convert

RGB 217 235 90 -
CMYK 0.08 0 0.62 0.08
HSL 67.45º 0.78% 0.64% -
HSV(B) 67.45º 0.62% 0.92% -
XYZ 60.17 74.91 20.96 -
YUV 213.09 58.54 130.79 -
System Red Green Blue C M Y K H S L
Decimal 217 235 90 0.08 0 0.62 0.08 67.45 0.78 0.64
Hex D9 EB 5A 8 0 3E 8 43 4E 40
Octal 331 353 132 10 0 76 10 103 116 100
Binary 11011001 11101011 1011010 1000 0 111110 1000 1000011 1001110 1000000

Color Harmonies of #D9EB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EB5A

Black with #D9EB5A

Text Example


Text Example

White with #D9EB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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