Html Css Color HEX #D0E977 Mindaro

📋 copy color: '#D0E977'

red 208 ◦ green 233 ◦ blue 119

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

Shades of Mindaro #D0E977

Tints of Mindaro #D0E977

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.61%

 BLUE value IS 119 (46.88% from 255) = 21.25%

R = 37.14%
G = 41.61%
B = 21.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#D0E977 (or 0xD0E977) is known color: Mindaro. HEX triplet: D0, E9 and 77. RGB value is (208,233,119). Sum of RGB (Red+Green+Blue) = 208+233+119=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E977 is #2F1688. Grayscale: #D4D4D4. Windows color (decimal): -3085961 or 7858640. OLE color: 7858640.

HSL color Cylindrical-coordinate representation of color #D0E977: hue angle of 73.16º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0E977 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 119 -
CMYK 0.11 0 0.49 0.09
HSL 73.16º 0.72% 0.69% -
HSV(B) 73.16º 0.49% 0.91% -
XYZ 58.48 73.02 28.46 -
YUV 212.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 208 233 119 0.11 0 0.49 0.09 73.16 0.72 0.69
Hex D0 E9 77 B 0 31 9 49 48 45
Octal 320 351 167 13 0 61 11 111 110 105
Binary 11010000 11101001 1110111 1011 0 110001 1001 1001001 1001000 1000101

Color Harmonies of #D0E977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E977

Black with #D0E977

Text Example


Text Example

White with #D0E977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E977; }

 p { color: rgb(208,233,119); }

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

background-color css

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

 a { background-color: rgb(208,233,119); }

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

border-color css

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

 span { border-color: rgb(208,233,119); }

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