Html Css Color HEX #D0EB76 Mindaro

📋 copy color: '#D0EB76'

red 208 ◦ green 235 ◦ blue 118

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

Shades of Mindaro #D0EB76

Tints of Mindaro #D0EB76

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.89%

 BLUE value IS 118 (46.48% from 255) = 21.03%

R = 37.08%
G = 41.89%
B = 21.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#D0EB76 (or 0xD0EB76) is known color: Mindaro. HEX triplet: D0, EB and 76. RGB value is (208,235,118). Sum of RGB (Red+Green+Blue) = 208+235+118=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EB76 is #2F1489. Grayscale: #D6D6D6. Windows color (decimal): -3085450 or 7793616. OLE color: 7793616.

HSL color Cylindrical-coordinate representation of color #D0EB76: hue angle of 73.85º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0EB76 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 235 118 -
CMYK 0.11 0 0.50 0.08
HSL 73.85º 0.75% 0.69% -
HSV(B) 73.85º 0.5% 0.92% -
XYZ 58.99 74.13 28.34 -
YUV 213.59 74.05 124.01 -
System Red Green Blue C M Y K H S L
Decimal 208 235 118 0.11 0 0.50 0.08 73.85 0.75 0.69
Hex D0 EB 76 B 0 32 8 4A 4B 45
Octal 320 353 166 13 0 62 10 112 113 105
Binary 11010000 11101011 1110110 1011 0 110010 1000 1001010 1001011 1000101

Color Harmonies of #D0EB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB76

Black with #D0EB76

Text Example


Text Example

White with #D0EB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB76; }

 p { color: rgb(208,235,118); }

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

background-color css

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

 a { background-color: rgb(208,235,118); }

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

border-color css

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

 span { border-color: rgb(208,235,118); }

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