Html Css Color HEX #D1E076 Mindaro

📋 copy color: '#D1E076'

red 209 ◦ green 224 ◦ blue 118

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

Shades of Mindaro #D1E076

Tints of Mindaro #D1E076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.42%

R = 37.93%
G = 40.65%
B = 21.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#D1E076 (or 0xD1E076) is known color: Mindaro. HEX triplet: D1, E0 and 76. RGB value is (209,224,118). Sum of RGB (Red+Green+Blue) = 209+224+118=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E076 is #2E1F89. Grayscale: #CFCFCF. Windows color (decimal): -3022730 or 7790801. OLE color: 7790801.

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

Color convert

RGB 209 224 118 -
CMYK 0.07 0 0.47 0.12
HSL 68.49º 0.63% 0.67% -
HSV(B) 68.49º 0.47% 0.88% -
XYZ 56.22 68.17 27.34 -
YUV 207.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 209 224 118 0.07 0 0.47 0.12 68.49 0.63 0.67
Hex D1 E0 76 7 0 2F C 44 3F 43
Octal 321 340 166 7 0 57 14 104 77 103
Binary 11010001 11100000 1110110 111 0 101111 1100 1000100 111111 1000011

Color Harmonies of #D1E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E076

Black with #D1E076

Text Example


Text Example

White with #D1E076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E076; }

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

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

background-color css

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

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

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

border-color css

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

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

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