Html Css Color HEX #D0EC72 Mindaro

📋 copy color: '#D0EC72'

red 208 ◦ green 236 ◦ blue 114

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

Shades of Mindaro #D0EC72

Tints of Mindaro #D0EC72

RGB

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

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

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

R = 37.28%
G = 42.29%
B = 20.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#D0EC72 (or 0xD0EC72) is known color: Mindaro. HEX triplet: D0, EC and 72. RGB value is (208,236,114). Sum of RGB (Red+Green+Blue) = 208+236+114=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC72 is #2F138D. Grayscale: #D6D6D6. Windows color (decimal): -3085198 or 7531728. OLE color: 7531728.

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

Color convert

RGB 208 236 114 -
CMYK 0.12 0 0.52 0.07
HSL 73.77º 0.76% 0.69% -
HSV(B) 73.77º 0.52% 0.93% -
XYZ 59.05 74.62 27.21 -
YUV 213.72 71.72 123.92 -
System Red Green Blue C M Y K H S L
Decimal 208 236 114 0.12 0 0.52 0.07 73.77 0.76 0.69
Hex D0 EC 72 C 0 34 7 4A 4C 45
Octal 320 354 162 14 0 64 7 112 114 105
Binary 11010000 11101100 1110010 1100 0 110100 111 1001010 1001100 1000101

Color Harmonies of #D0EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC72

Black with #D0EC72

Text Example


Text Example

White with #D0EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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