Html Css Color HEX #D1E074 Mindaro

📋 copy color: '#D1E074'

red 209 ◦ green 224 ◦ blue 116

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

Shades of Mindaro #D1E074

Tints of Mindaro #D1E074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.13%

R = 38.07%
G = 40.8%
B = 21.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#D1E074 (or 0xD1E074) is known color: Mindaro. HEX triplet: D1, E0 and 74. RGB value is (209,224,116). Sum of RGB (Red+Green+Blue) = 209+224+116=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E074 is #2E1F8B. Grayscale: #CFCFCF. Windows color (decimal): -3022732 or 7659729. OLE color: 7659729.

HSL color Cylindrical-coordinate representation of color #D1E074: hue angle of 68.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1E074 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 224 116 -
CMYK 0.07 0 0.48 0.12
HSL 68.33º 0.64% 0.67% -
HSV(B) 68.33º 0.48% 0.88% -
XYZ 56.1 68.13 26.72 -
YUV 207.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 209 224 116 0.07 0 0.48 0.12 68.33 0.64 0.67
Hex D1 E0 74 7 0 30 C 44 40 43
Octal 321 340 164 7 0 60 14 104 100 103
Binary 11010001 11100000 1110100 111 0 110000 1100 1000100 1000000 1000011

Color Harmonies of #D1E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E074

Black with #D1E074

Text Example


Text Example

White with #D1E074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E074; }

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

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

background-color css

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

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

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

border-color css

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

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

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