Html Css Color HEX #D0EC6E Mindaro

📋 copy color: '#D0EC6E'

red 208 ◦ green 236 ◦ blue 110

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

Shades of Mindaro #D0EC6E

Tints of Mindaro #D0EC6E

RGB

 RED value IS 208 (81.64% from 255) = 37.55%

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

 BLUE value IS 110 (43.36% from 255) = 19.86%

R = 37.55%
G = 42.6%
B = 19.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#D0EC6E (or 0xD0EC6E) is known color: Mindaro. HEX triplet: D0, EC and 6E. RGB value is (208,236,110). Sum of RGB (Red+Green+Blue) = 208+236+110=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC6E is #2F1391. Grayscale: #D5D5D5. Windows color (decimal): -3085202 or 7269584. OLE color: 7269584.

HSL color Cylindrical-coordinate representation of color #D0EC6E: hue angle of 73.33º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0EC6E is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 236 110 -
CMYK 0.12 0 0.53 0.07
HSL 73.33º 0.77% 0.68% -
HSV(B) 73.33º 0.53% 0.93% -
XYZ 58.82 74.53 26.04 -
YUV 213.26 69.72 124.25 -
System Red Green Blue C M Y K H S L
Decimal 208 236 110 0.12 0 0.53 0.07 73.33 0.77 0.68
Hex D0 EC 6E C 0 35 7 49 4D 44
Octal 320 354 156 14 0 65 7 111 115 104
Binary 11010000 11101100 1101110 1100 0 110101 111 1001001 1001101 1000100

Color Harmonies of #D0EC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC6E

Black with #D0EC6E

Text Example


Text Example

White with #D0EC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC6E; }

 p { color: rgb(208,236,110); }

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

background-color css

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

 a { background-color: rgb(208,236,110); }

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

border-color css

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

 span { border-color: rgb(208,236,110); }

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