Html Css Color HEX #DAEB54 Manz

📋 copy color: '#DAEB54'

red 218 ◦ green 235 ◦ blue 84

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

Shades of Manz #DAEB54

Tints of Manz #DAEB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.64%

R = 40.6%
G = 43.76%
B = 15.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#DAEB54 (or 0xDAEB54) is known color: Manz. HEX triplet: DA, EB and 54. RGB value is (218,235,84). Sum of RGB (Red+Green+Blue) = 218+235+84=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB54 is #2514AB. Grayscale: #D5D5D5. Windows color (decimal): -2430124 or 5565402. OLE color: 5565402.

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

Color convert

RGB 218 235 84 -
CMYK 0.07 0 0.64 0.08
HSL 66.75º 0.79% 0.63% -
HSV(B) 66.75º 0.64% 0.92% -
XYZ 60.22 74.96 19.68 -
YUV 212.7 55.37 131.78 -
System Red Green Blue C M Y K H S L
Decimal 218 235 84 0.07 0 0.64 0.08 66.75 0.79 0.63
Hex DA EB 54 7 0 40 8 43 4F 3F
Octal 332 353 124 7 0 100 10 103 117 77
Binary 11011010 11101011 1010100 111 0 1000000 1000 1000011 1001111 111111

Color Harmonies of #DAEB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB54

Black with #DAEB54

Text Example


Text Example

White with #DAEB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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