Html Css Color HEX #D0DE79 Mindaro

📋 copy color: '#D0DE79'

red 208 ◦ green 222 ◦ blue 121

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

Shades of Mindaro #D0DE79

Tints of Mindaro #D0DE79

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

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

R = 37.75%
G = 40.29%
B = 21.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#D0DE79 (or 0xD0DE79) is known color: Mindaro. HEX triplet: D0, DE and 79. RGB value is (208,222,121). Sum of RGB (Red+Green+Blue) = 208+222+121=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DE79 is #2F2186. Grayscale: #CECECE. Windows color (decimal): -3088775 or 7986896. OLE color: 7986896.

HSL color Cylindrical-coordinate representation of color #D0DE79: hue angle of 68.32º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0DE79 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 222 121 -
CMYK 0.06 0 0.45 0.13
HSL 68.32º 0.6% 0.67% -
HSV(B) 68.32º 0.45% 0.87% -
XYZ 55.58 67.03 28.1 -
YUV 206.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 208 222 121 0.06 0 0.45 0.13 68.32 0.6 0.67
Hex D0 DE 79 6 0 2D D 44 3C 43
Octal 320 336 171 6 0 55 15 104 74 103
Binary 11010000 11011110 1111001 110 0 101101 1101 1000100 111100 1000011

Color Harmonies of #D0DE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DE79

Black with #D0DE79

Text Example


Text Example

White with #D0DE79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DE79; }

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

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

background-color css

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

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

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

border-color css

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

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

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