Html Css Color HEX #DAEB50 Manz

📋 copy color: '#DAEB50'

red 218 ◦ green 235 ◦ blue 80

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

Shades of Manz #DAEB50

Tints of Manz #DAEB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

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

R = 40.9%
G = 44.09%
B = 15.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#DAEB50 (or 0xDAEB50) is known color: Manz. HEX triplet: DA, EB and 50. RGB value is (218,235,80). Sum of RGB (Red+Green+Blue) = 218+235+80=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB50 is #2514AF. Grayscale: #D4D4D4. Windows color (decimal): -2430128 or 5303258. OLE color: 5303258.

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

Color convert

RGB 218 235 80 -
CMYK 0.07 0 0.66 0.08
HSL 66.58º 0.79% 0.62% -
HSV(B) 66.58º 0.66% 0.92% -
XYZ 60.07 74.9 18.88 -
YUV 212.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 218 235 80 0.07 0 0.66 0.08 66.58 0.79 0.62
Hex DA EB 50 7 0 42 8 43 4F 3E
Octal 332 353 120 7 0 102 10 103 117 76
Binary 11011010 11101011 1010000 111 0 1000010 1000 1000011 1001111 111110

Color Harmonies of #DAEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB50

Black with #DAEB50

Text Example


Text Example

White with #DAEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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