Html Css Color HEX #D1E05A Mindaro

📋 copy color: '#D1E05A'

red 209 ◦ green 224 ◦ blue 90

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

Shades of Mindaro #D1E05A

Tints of Mindaro #D1E05A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 39.96%
G = 42.83%
B = 17.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#D1E05A (or 0xD1E05A) is known color: Mindaro. HEX triplet: D1, E0 and 5A. RGB value is (209,224,90). Sum of RGB (Red+Green+Blue) = 209+224+90=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E05A is #2E1FA5. Grayscale: #CCCCCC. Windows color (decimal): -3022758 or 5955793. OLE color: 5955793.

HSL color Cylindrical-coordinate representation of color #D1E05A: hue angle of 66.72º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1E05A is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 224 90 -
CMYK 0.07 0 0.60 0.12
HSL 66.72º 0.68% 0.62% -
HSV(B) 66.72º 0.6% 0.88% -
XYZ 54.8 67.6 19.83 -
YUV 204.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 209 224 90 0.07 0 0.60 0.12 66.72 0.68 0.62
Hex D1 E0 5A 7 0 3C C 43 44 3E
Octal 321 340 132 7 0 74 14 103 104 76
Binary 11010001 11100000 1011010 111 0 111100 1100 1000011 1000100 111110

Color Harmonies of #D1E05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E05A

Black with #D1E05A

Text Example


Text Example

White with #D1E05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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