Html Css Color HEX #D9DF50 Manz

📋 copy color: '#D9DF50'

red 217 ◦ green 223 ◦ blue 80

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

Shades of Manz #D9DF50

Tints of Manz #D9DF50

RGB

 RED value IS 217 (85.16% from 255) = 41.73%

 GREEN value IS 223 (87.5% from 255) = 42.88%

 BLUE value IS 80 (31.64% from 255) = 15.38%

R = 41.73%
G = 42.88%
B = 15.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#D9DF50 (or 0xD9DF50) is known color: Manz. HEX triplet: D9, DF and 50. RGB value is (217,223,80). Sum of RGB (Red+Green+Blue) = 217+223+80=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DF50 is #2620AF. Grayscale: #CDCDCD. Windows color (decimal): -2498736 or 5300185. OLE color: 5300185.

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

Color convert

RGB 217 223 80 -
CMYK 0.03 0 0.64 0.13
HSL 62.52º 0.69% 0.59% -
HSV(B) 62.52º 0.64% 0.87% -
XYZ 56.45 68.11 17.76 -
YUV 204.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 217 223 80 0.03 0 0.64 0.13 62.52 0.69 0.59
Hex D9 DF 50 3 0 40 D 3F 45 3B
Octal 331 337 120 3 0 100 15 77 105 73
Binary 11011001 11011111 1010000 11 0 1000000 1101 111111 1000101 111011

Color Harmonies of #D9DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF50

Black with #D9DF50

Text Example


Text Example

White with #D9DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF50; }

 p { color: rgb(217,223,80); }

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

background-color css

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

 a { background-color: rgb(217,223,80); }

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

border-color css

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

 span { border-color: rgb(217,223,80); }

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