Html Css Color HEX #D0EE51 Mindaro

📋 copy color: '#D0EE51'

red 208 ◦ green 238 ◦ blue 81

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

Shades of Mindaro #D0EE51

Tints of Mindaro #D0EE51

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

 BLUE value IS 81 (32.03% from 255) = 15.37%

R = 39.47%
G = 45.16%
B = 15.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#D0EE51 (or 0xD0EE51) is known color: Mindaro. HEX triplet: D0, EE and 51. RGB value is (208,238,81). Sum of RGB (Red+Green+Blue) = 208+238+81=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE51 is #2F11AE. Grayscale: #D3D3D3. Windows color (decimal): -3084719 or 5369552. OLE color: 5369552.

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

Color convert

RGB 208 238 81 -
CMYK 0.13 0 0.66 0.07
HSL 71.46º 0.82% 0.63% -
HSV(B) 71.46º 0.66% 0.93% -
XYZ 58.07 75.15 19.23 -
YUV 211.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 208 238 81 0.13 0 0.66 0.07 71.46 0.82 0.63
Hex D0 EE 51 D 0 42 7 47 52 3F
Octal 320 356 121 15 0 102 7 107 122 77
Binary 11010000 11101110 1010001 1101 0 1000010 111 1000111 1010010 111111

Color Harmonies of #D0EE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EE51

Black with #D0EE51

Text Example


Text Example

White with #D0EE51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EE51; }

 p { color: rgb(208,238,81); }

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

background-color css

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

 a { background-color: rgb(208,238,81); }

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

border-color css

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

 span { border-color: rgb(208,238,81); }

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