#DAF24D

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

Shades of Manz #DAF24D

Tints of Manz #DAF24D

Color information

#DAF24D (or 0xDAF24D) is unknown color: approx Manz. HEX triplet: DA, F2 and 4D. RGB value is (218,242,77). Sum of RGB (Red+Green+Blue) = 218+242+77=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF24D is #250DB2. Grayscale: #D8D8D8. Windows color (decimal): -2428339 or 5108442. OLE color: 5108442.

HSL color Cylindrical-coordinate representation of color #DAF24D: hue angle of 68.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAF24D is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB21824277-
CMYK0.1000.680.05
HSL68.73º86.39%62.55%-
HSV(B)68.73º68.18%94.9%-
XYZ62.0178.9518.99-
YUV216.0149.55129.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 242 (94.92% from 255) = 45.07%
BLUE value IS 77 (30.47% from 255) = 14.34%
R=40.60%
G=45.07%
B=14.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218242770.1000.680.0568.7386.3962.55
HexDAF24DA044545563f
Octal332362115120104510512677
Binary1101101011110010100110110100100010010110001011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF24D; }

 p { color: rgb(218,242,77); }

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

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

 a { background-color: rgb(218,242,77); }

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

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

 span { border-color: rgb(218,242,77); }

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