Html Css Color HEX #D1EC72 Mindaro

📋 copy color: '#D1EC72'

red 209 ◦ green 236 ◦ blue 114

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

Shades of Mindaro #D1EC72

Tints of Mindaro #D1EC72

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.22%

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 37.39%
G = 42.22%
B = 20.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#D1EC72 (or 0xD1EC72) is known color: Mindaro. HEX triplet: D1, EC and 72. RGB value is (209,236,114). Sum of RGB (Red+Green+Blue) = 209+236+114=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EC72 is #2E138D. Grayscale: #D6D6D6. Windows color (decimal): -3019662 or 7531729. OLE color: 7531729.

HSL color Cylindrical-coordinate representation of color #D1EC72: hue angle of 73.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1EC72 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 236 114 -
CMYK 0.11 0 0.52 0.07
HSL 73.28º 0.76% 0.69% -
HSV(B) 73.28º 0.52% 0.93% -
XYZ 59.33 74.76 27.22 -
YUV 214.02 71.55 124.42 -
System Red Green Blue C M Y K H S L
Decimal 209 236 114 0.11 0 0.52 0.07 73.28 0.76 0.69
Hex D1 EC 72 B 0 34 7 49 4C 45
Octal 321 354 162 13 0 64 7 111 114 105
Binary 11010001 11101100 1110010 1011 0 110100 111 1001001 1001100 1000101

Color Harmonies of #D1EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EC72

Black with #D1EC72

Text Example


Text Example

White with #D1EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EC72; }

 p { color: rgb(209,236,114); }

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

background-color css

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

 a { background-color: rgb(209,236,114); }

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

border-color css

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

 span { border-color: rgb(209,236,114); }

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