#DFE85A

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

Shades of Manz #DFE85A

Tints of Manz #DFE85A

Color information

#DFE85A (or 0xDFE85A) is unknown color: approx Manz. HEX triplet: DF, E8 and 5A. RGB value is (223,232,90). Sum of RGB (Red+Green+Blue) = 223+232+90=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE85A is #2017A5. Grayscale: #D5D5D5. Windows color (decimal): -2103206 or 5957855. OLE color: 5957855.

HSL color Cylindrical-coordinate representation of color #DFE85A: hue angle of 63.8º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFE85A is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB22323290-
CMYK0.0400.610.09
HSL63.8º75.53%63.14%-
HSV(B)63.8º61.21%90.98%-
XYZ61.1374.1420.76-
YUV213.1258.52135.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 90 (35.55% from 255) = 16.51%
R=40.92%
G=42.57%
B=16.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal223232900.0400.610.0963.875.5363.14
HexDFE85A403D9404c3f
Octal33735013240751110011477
Binary110111111110100010110101000111101100110000001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE85A; }

 p { color: rgb(223,232,90); }

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

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

 a { background-color: rgb(223,232,90); }

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

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

 span { border-color: rgb(223,232,90); }

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