Html Css Color HEX #D0EF61 Mindaro

📋 copy color: '#D0EF61'

red 208 ◦ green 239 ◦ blue 97

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

Shades of Mindaro #D0EF61

Tints of Mindaro #D0EF61

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.93%

 BLUE value IS 97 (38.28% from 255) = 17.83%

R = 38.24%
G = 43.93%
B = 17.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#D0EF61 (or 0xD0EF61) is known color: Mindaro. HEX triplet: D0, EF and 61. RGB value is (208,239,97). Sum of RGB (Red+Green+Blue) = 208+239+97=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EF61 is #2F109E. Grayscale: #D6D6D6. Windows color (decimal): -3084447 or 6418384. OLE color: 6418384.

HSL color Cylindrical-coordinate representation of color #D0EF61: hue angle of 73.1º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0EF61 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 97 -
CMYK 0.13 0 0.59 0.06
HSL 73.1º 0.82% 0.66% -
HSV(B) 73.1º 0.59% 0.94% -
XYZ 59.04 76.01 22.87 -
YUV 213.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 208 239 97 0.13 0 0.59 0.06 73.1 0.82 0.66
Hex D0 EF 61 D 0 3B 6 49 52 42
Octal 320 357 141 15 0 73 6 111 122 102
Binary 11010000 11101111 1100001 1101 0 111011 110 1001001 1010010 1000010

Color Harmonies of #D0EF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EF61

Black with #D0EF61

Text Example


Text Example

White with #D0EF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EF61; }

 p { color: rgb(208,239,97); }

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

background-color css

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

 a { background-color: rgb(208,239,97); }

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

border-color css

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

 span { border-color: rgb(208,239,97); }

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