Html Css Color HEX #DAF050 Manz

📋 copy color: '#DAF050'

red 218 ◦ green 240 ◦ blue 80

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

Shades of Manz #DAF050

Tints of Manz #DAF050

RGB

 RED value IS 218 (85.55% from 255) = 40.52%

 GREEN value IS 240 (94.14% from 255) = 44.61%

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

R = 40.52%
G = 44.61%
B = 14.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#DAF050 (or 0xDAF050) is known color: Manz. HEX triplet: DA, F0 and 50. RGB value is (218,240,80). Sum of RGB (Red+Green+Blue) = 218+240+80=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF050 is #250FAF. Grayscale: #D7D7D7. Windows color (decimal): -2428848 or 5304538. OLE color: 5304538.

HSL color Cylindrical-coordinate representation of color #DAF050: hue angle of 68.25º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAF050 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 80 -
CMYK 0.09 0 0.67 0.06
HSL 68.25º 0.84% 0.63% -
HSV(B) 68.25º 0.67% 0.94% -
XYZ 61.52 77.8 19.36 -
YUV 215.18 51.71 130.01 -
System Red Green Blue C M Y K H S L
Decimal 218 240 80 0.09 0 0.67 0.06 68.25 0.84 0.63
Hex DA F0 50 9 0 43 6 44 54 3F
Octal 332 360 120 11 0 103 6 104 124 77
Binary 11011010 11110000 1010000 1001 0 1000011 110 1000100 1010100 111111

Color Harmonies of #DAF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF050

Black with #DAF050

Text Example


Text Example

White with #DAF050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF050; }

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

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

background-color css

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

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

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

border-color css

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

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

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