Html Css Color HEX #D1EC64 Mindaro

📋 copy color: '#D1EC64'

red 209 ◦ green 236 ◦ blue 100

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

Shades of Mindaro #D1EC64

Tints of Mindaro #D1EC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.35%

R = 38.35%
G = 43.3%
B = 18.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#D1EC64 (or 0xD1EC64) is known color: Mindaro. HEX triplet: D1, EC and 64. RGB value is (209,236,100). Sum of RGB (Red+Green+Blue) = 209+236+100=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EC64 is #2E139B. Grayscale: #D4D4D4. Windows color (decimal): -3019676 or 6614225. OLE color: 6614225.

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

Color convert

RGB 209 236 100 -
CMYK 0.11 0 0.58 0.07
HSL 71.91º 0.78% 0.66% -
HSV(B) 71.91º 0.58% 0.93% -
XYZ 58.59 74.47 23.34 -
YUV 212.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 209 236 100 0.11 0 0.58 0.07 71.91 0.78 0.66
Hex D1 EC 64 B 0 3A 7 48 4E 42
Octal 321 354 144 13 0 72 7 110 116 102
Binary 11010001 11101100 1100100 1011 0 111010 111 1001000 1001110 1000010

Color Harmonies of #D1EC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EC64

Black with #D1EC64

Text Example


Text Example

White with #D1EC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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