Html Css Color HEX #D0EC6A Mindaro

📋 copy color: '#D0EC6A'

red 208 ◦ green 236 ◦ blue 106

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

Shades of Mindaro #D0EC6A

Tints of Mindaro #D0EC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.27%

R = 37.82%
G = 42.91%
B = 19.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#D0EC6A (or 0xD0EC6A) is known color: Mindaro. HEX triplet: D0, EC and 6A. RGB value is (208,236,106). Sum of RGB (Red+Green+Blue) = 208+236+106=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC6A is #2F1395. Grayscale: #D5D5D5. Windows color (decimal): -3085206 or 7007440. OLE color: 7007440.

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

Color convert

RGB 208 236 106 -
CMYK 0.12 0 0.55 0.07
HSL 72.92º 0.77% 0.67% -
HSV(B) 72.92º 0.55% 0.93% -
XYZ 58.61 74.44 24.92 -
YUV 212.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 208 236 106 0.12 0 0.55 0.07 72.92 0.77 0.67
Hex D0 EC 6A C 0 37 7 49 4D 43
Octal 320 354 152 14 0 67 7 111 115 103
Binary 11010000 11101100 1101010 1100 0 110111 111 1001001 1001101 1000011

Color Harmonies of #D0EC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC6A

Black with #D0EC6A

Text Example


Text Example

White with #D0EC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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