Html Css Color HEX #D1E078 Mindaro

📋 copy color: '#D1E078'

red 209 ◦ green 224 ◦ blue 120

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

Shades of Mindaro #D1E078

Tints of Mindaro #D1E078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.7%

R = 37.79%
G = 40.51%
B = 21.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#D1E078 (or 0xD1E078) is known color: Mindaro. HEX triplet: D1, E0 and 78. RGB value is (209,224,120). Sum of RGB (Red+Green+Blue) = 209+224+120=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E078 is #2E1F87. Grayscale: #D0D0D0. Windows color (decimal): -3022728 or 7921873. OLE color: 7921873.

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

Color convert

RGB 209 224 120 -
CMYK 0.07 0 0.46 0.12
HSL 68.65º 0.63% 0.67% -
HSV(B) 68.65º 0.46% 0.88% -
XYZ 56.34 68.22 27.97 -
YUV 207.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 209 224 120 0.07 0 0.46 0.12 68.65 0.63 0.67
Hex D1 E0 78 7 0 2E C 45 3F 43
Octal 321 340 170 7 0 56 14 105 77 103
Binary 11010001 11100000 1111000 111 0 101110 1100 1000101 111111 1000011

Color Harmonies of #D1E078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E078

Black with #D1E078

Text Example


Text Example

White with #D1E078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E078; }

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

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

background-color css

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

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

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

border-color css

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

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

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