#DBEA4E

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

Shades of Manz #DBEA4E

Tints of Manz #DBEA4E

Color information

#DBEA4E (or 0xDBEA4E) is unknown color: approx Manz. HEX triplet: DB, EA and 4E. RGB value is (219,234,78). Sum of RGB (Red+Green+Blue) = 219+234+78=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA4E is #2415B1. Grayscale: #D4D4D4. Windows color (decimal): -2364850 or 5171931. OLE color: 5171931.

HSL color Cylindrical-coordinate representation of color #DBEA4E: hue angle of 65.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBEA4E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB21923478-
CMYK0.0600.670.08
HSL65.77º78.79%61.18%-
HSV(B)65.77º66.67%91.76%-
XYZ60.0174.4618.42-
YUV211.7352.53133.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 234 (91.80% from 255) = 44.07%
BLUE value IS 78 (30.86% from 255) = 14.69%
R=41.24%
G=44.07%
B=14.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal219234780.0600.670.0865.7778.7961.18
HexDBEA4E60438424f3d
Octal333352116601031010211775
Binary1101101111101010100111011001000011100010000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA4E; }

 p { color: rgb(219,234,78); }

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

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

 a { background-color: rgb(219,234,78); }

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

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

 span { border-color: rgb(219,234,78); }

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