Html Css Color HEX #D0E079 Mindaro

📋 copy color: '#D0E079'

red 208 ◦ green 224 ◦ blue 121

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

Shades of Mindaro #D0E079

Tints of Mindaro #D0E079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.88%

R = 37.61%
G = 40.51%
B = 21.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#D0E079 (or 0xD0E079) is known color: Mindaro. HEX triplet: D0, E0 and 79. RGB value is (208,224,121). Sum of RGB (Red+Green+Blue) = 208+224+121=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E079 is #2F1F86. Grayscale: #CFCFCF. Windows color (decimal): -3088263 or 7987408. OLE color: 7987408.

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

Color convert

RGB 208 224 121 -
CMYK 0.07 0 0.46 0.12
HSL 69.32º 0.62% 0.68% -
HSV(B) 69.32º 0.46% 0.88% -
XYZ 56.12 68.1 28.28 -
YUV 207.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 208 224 121 0.07 0 0.46 0.12 69.32 0.62 0.68
Hex D0 E0 79 7 0 2E C 45 3E 44
Octal 320 340 171 7 0 56 14 105 76 104
Binary 11010000 11100000 1111001 111 0 101110 1100 1000101 111110 1000100

Color Harmonies of #D0E079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E079

Black with #D0E079

Text Example


Text Example

White with #D0E079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E079; }

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

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

background-color css

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

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

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

border-color css

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

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

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