Html Css Color HEX #D0DD4E Manz

📋 copy color: '#D0DD4E'

red 208 ◦ green 221 ◦ blue 78

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

Shades of Manz #D0DD4E

Tints of Manz #D0DD4E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 78 (30.86% from 255) = 15.38%

R = 41.03%
G = 43.59%
B = 15.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#D0DD4E (or 0xD0DD4E) is known color: Manz. HEX triplet: D0, DD and 4E. RGB value is (208,221,78). Sum of RGB (Red+Green+Blue) = 208+221+78=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 78 (30.86% from 255 or 15.38% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD4E is #2F22B1. Grayscale: #C9C9C9. Windows color (decimal): -3089074 or 5168592. OLE color: 5168592.

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

Color convert

RGB 208 221 78 -
CMYK 0.06 0 0.65 0.13
HSL 65.45º 0.68% 0.59% -
HSV(B) 65.45º 0.65% 0.87% -
XYZ 53.24 65.67 17.08 -
YUV 200.81 58.69 133.13 -
System Red Green Blue C M Y K H S L
Decimal 208 221 78 0.06 0 0.65 0.13 65.45 0.68 0.59
Hex D0 DD 4E 6 0 41 D 41 44 3B
Octal 320 335 116 6 0 101 15 101 104 73
Binary 11010000 11011101 1001110 110 0 1000001 1101 1000001 1000100 111011

Color Harmonies of #D0DD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD4E

Black with #D0DD4E

Text Example


Text Example

White with #D0DD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD4E; }

 p { color: rgb(208,221,78); }

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

background-color css

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

 a { background-color: rgb(208,221,78); }

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

border-color css

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

 span { border-color: rgb(208,221,78); }

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