Html Css Color HEX #D0E077 Mindaro

📋 copy color: '#D0E077'

red 208 ◦ green 224 ◦ blue 119

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

Shades of Mindaro #D0E077

Tints of Mindaro #D0E077

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.65%

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

R = 37.75%
G = 40.65%
B = 21.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#D0E077 (or 0xD0E077) is known color: Mindaro. HEX triplet: D0, E0 and 77. RGB value is (208,224,119). Sum of RGB (Red+Green+Blue) = 208+224+119=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E077 is #2F1F88. Grayscale: #CFCFCF. Windows color (decimal): -3088265 or 7856336. OLE color: 7856336.

HSL color Cylindrical-coordinate representation of color #D0E077: hue angle of 69.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0E077 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 119 -
CMYK 0.07 0 0.47 0.12
HSL 69.14º 0.63% 0.67% -
HSV(B) 69.14º 0.47% 0.88% -
XYZ 56 68.05 27.64 -
YUV 207.25 78.2 128.54 -
System Red Green Blue C M Y K H S L
Decimal 208 224 119 0.07 0 0.47 0.12 69.14 0.63 0.67
Hex D0 E0 77 7 0 2F C 45 3F 43
Octal 320 340 167 7 0 57 14 105 77 103
Binary 11010000 11100000 1110111 111 0 101111 1100 1000101 111111 1000011

Color Harmonies of #D0E077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E077

Black with #D0E077

Text Example


Text Example

White with #D0E077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E077; }

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

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

background-color css

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

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

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

border-color css

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

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

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