Html Css Color HEX #D0EC62 Mindaro

📋 copy color: '#D0EC62'

red 208 ◦ green 236 ◦ blue 98

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

Shades of Mindaro #D0EC62

Tints of Mindaro #D0EC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.08%

R = 38.38%
G = 43.54%
B = 18.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#D0EC62 (or 0xD0EC62) is known color: Mindaro. HEX triplet: D0, EC and 62. RGB value is (208,236,98). Sum of RGB (Red+Green+Blue) = 208+236+98=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EC62 is #2F139D. Grayscale: #D4D4D4. Windows color (decimal): -3085214 or 6483152. OLE color: 6483152.

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

Color convert

RGB 208 236 98 -
CMYK 0.12 0 0.58 0.07
HSL 72.17º 0.78% 0.65% -
HSV(B) 72.17º 0.58% 0.93% -
XYZ 58.21 74.28 22.83 -
YUV 211.9 63.72 125.22 -
System Red Green Blue C M Y K H S L
Decimal 208 236 98 0.12 0 0.58 0.07 72.17 0.78 0.65
Hex D0 EC 62 C 0 3A 7 48 4E 41
Octal 320 354 142 14 0 72 7 110 116 101
Binary 11010000 11101100 1100010 1100 0 111010 111 1001000 1001110 1000001

Color Harmonies of #D0EC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EC62

Black with #D0EC62

Text Example


Text Example

White with #D0EC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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