Html Css Color HEX #D1EB5A Mindaro

📋 copy color: '#D1EB5A'

red 209 ◦ green 235 ◦ blue 90

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

Shades of Mindaro #D1EB5A

Tints of Mindaro #D1EB5A

RGB

 RED value IS 209 (82.03% from 255) = 39.14%

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

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

R = 39.14%
G = 44.01%
B = 16.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#D1EB5A (or 0xD1EB5A) is known color: Mindaro. HEX triplet: D1, EB and 5A. RGB value is (209,235,90). Sum of RGB (Red+Green+Blue) = 209+235+90=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB5A is #2E14A5. Grayscale: #D3D3D3. Windows color (decimal): -3019942 or 5958609. OLE color: 5958609.

HSL color Cylindrical-coordinate representation of color #D1EB5A: hue angle of 70.76º 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 #D1EB5A is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 235 90 -
CMYK 0.11 0 0.62 0.08
HSL 70.76º 0.78% 0.64% -
HSV(B) 70.76º 0.62% 0.92% -
XYZ 57.85 73.71 20.85 -
YUV 210.7 59.89 126.79 -
System Red Green Blue C M Y K H S L
Decimal 209 235 90 0.11 0 0.62 0.08 70.76 0.78 0.64
Hex D1 EB 5A B 0 3E 8 47 4E 40
Octal 321 353 132 13 0 76 10 107 116 100
Binary 11010001 11101011 1011010 1011 0 111110 1000 1000111 1001110 1000000

Color Harmonies of #D1EB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EB5A

Black with #D1EB5A

Text Example


Text Example

White with #D1EB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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