Html Css Color HEX #DFE050 Manz

📋 copy color: '#DFE050'

red 223 ◦ green 224 ◦ blue 80

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

Shades of Manz #DFE050

Tints of Manz #DFE050

RGB

 RED value IS 223 (87.5% from 255) = 42.31%

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

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

R = 42.31%
G = 42.5%
B = 15.18%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#DFE050 (or 0xDFE050) is known color: Manz. HEX triplet: DF, E0 and 50. RGB value is (223,224,80). Sum of RGB (Red+Green+Blue) = 223+224+80=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE050 is #201FAF. Grayscale: #CFCFCF. Windows color (decimal): -2105264 or 5300447. OLE color: 5300447.

HSL color Cylindrical-coordinate representation of color #DFE050: hue angle of 60.42º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFE050 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 80 -
CMYK 0.00 0 0.64 0.12
HSL 60.42º 0.7% 0.6% -
HSV(B) 60.42º 0.64% 0.88% -
XYZ 58.54 69.58 17.93 -
YUV 207.29 56.17 139.21 -
System Red Green Blue C M Y K H S L
Decimal 223 224 80 0.00 0 0.64 0.12 60.42 0.7 0.6
Hex DF E0 50 0 0 40 C 3C 46 3C
Octal 337 340 120 0 0 100 14 74 106 74
Binary 11011111 11100000 1010000 0 0 1000000 1100 111100 1000110 111100

Color Harmonies of #DFE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE050

Black with #DFE050

Text Example


Text Example

White with #DFE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE050; }

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

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

background-color css

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

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

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

border-color css

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

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

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