Html Css Color HEX #D3EC72 Mindaro

📋 copy color: '#D3EC72'

red 211 ◦ green 236 ◦ blue 114

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

Shades of Mindaro #D3EC72

Tints of Mindaro #D3EC72

RGB

 RED value IS 211 (82.81% from 255) = 37.61%

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

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

R = 37.61%
G = 42.07%
B = 20.32%

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

#D3EC72 (or 0xD3EC72) is known color: Mindaro. HEX triplet: D3, EC and 72. RGB value is (211,236,114). Sum of RGB (Red+Green+Blue) = 211+236+114=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC72 is #2C138D. Grayscale: #D7D7D7. Windows color (decimal): -2888590 or 7531731. OLE color: 7531731.

HSL color Cylindrical-coordinate representation of color #D3EC72: hue angle of 72.3º 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 #D3EC72 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 236 114 -
CMYK 0.11 0 0.52 0.07
HSL 72.3º 0.76% 0.69% -
HSV(B) 72.3º 0.52% 0.93% -
XYZ 59.9 75.05 27.25 -
YUV 214.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 211 236 114 0.11 0 0.52 0.07 72.3 0.76 0.69
Hex D3 EC 72 B 0 34 7 48 4C 45
Octal 323 354 162 13 0 64 7 110 114 105
Binary 11010011 11101100 1110010 1011 0 110100 111 1001000 1001100 1000101

Color Harmonies of #D3EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EC72

Black with #D3EC72

Text Example


Text Example

White with #D3EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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