#DADF50

Color #DADF50 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DADF50

Tints of Manz #DADF50

Color information

#DADF50 (or 0xDADF50) is unknown color: approx Manz. HEX triplet: DA, DF and 50. RGB value is (218,223,80). Sum of RGB (Red+Green+Blue) = 218+223+80=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF50 is #2520AF. Grayscale: #CDCDCD. Windows color (decimal): -2433200 or 5300186. OLE color: 5300186.

HSL color Cylindrical-coordinate representation of color #DADF50: hue angle of 62.1º 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 #DADF50 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB21822380-
CMYK0.0200.640.13
HSL62.1º69.08%59.41%-
HSV(B)62.1º64.13%87.45%-
XYZ56.7568.2617.77-
YUV205.257.34137.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.84%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 80 (31.64% from 255) = 15.36%
R=41.84%
G=42.80%
B=15.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal218223800.0200.640.1362.169.0859.41
HexDADF502040D3e453b
Octal33233712020100157610573
Binary11011010110111111010000100100000011011111101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADF50; }

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

 H1.HeaderClassName
 {
   color: #DADF50;
 }
 .AnyTagClassName
 {
   color: #DADF50;
 }
</style>
background-color css

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

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

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

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

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

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