Html Css Color HEX #D0EC5C Mindaro

📋 copy color: '#D0EC5C'

red 208 ◦ green 236 ◦ blue 92

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

Shades of Mindaro #D0EC5C

Tints of Mindaro #D0EC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.16%

R = 38.81%
G = 44.03%
B = 17.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#D0EC5C (or 0xD0EC5C) is known color: Mindaro. HEX triplet: D0, EC and 5C. RGB value is (208,236,92). Sum of RGB (Red+Green+Blue) = 208+236+92=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC5C is #2F13A3. Grayscale: #D3D3D3. Windows color (decimal): -3085220 or 6089936. OLE color: 6089936.

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

Color convert

RGB 208 236 92 -
CMYK 0.12 0 0.61 0.07
HSL 71.67º 0.79% 0.64% -
HSV(B) 71.67º 0.61% 0.93% -
XYZ 57.94 74.17 21.39 -
YUV 211.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 208 236 92 0.12 0 0.61 0.07 71.67 0.79 0.64
Hex D0 EC 5C C 0 3D 7 48 4F 40
Octal 320 354 134 14 0 75 7 110 117 100
Binary 11010000 11101100 1011100 1100 0 111101 111 1001000 1001111 1000000

Color Harmonies of #D0EC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC5C

Black with #D0EC5C

Text Example


Text Example

White with #D0EC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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