Html Css Color HEX #DAEB77 Mindaro

📋 copy color: '#DAEB77'

red 218 ◦ green 235 ◦ blue 119

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

Shades of Mindaro #DAEB77

Tints of Mindaro #DAEB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.8%

R = 38.11%
G = 41.08%
B = 20.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#DAEB77 (or 0xDAEB77) is known color: Mindaro. HEX triplet: DA, EB and 77. RGB value is (218,235,119). Sum of RGB (Red+Green+Blue) = 218+235+119=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB77 is #251488. Grayscale: #D9D9D9. Windows color (decimal): -2430089 or 7859162. OLE color: 7859162.

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

Color convert

RGB 218 235 119 -
CMYK 0.07 0 0.49 0.08
HSL 68.79º 0.74% 0.69% -
HSV(B) 68.79º 0.49% 0.92% -
XYZ 61.95 75.65 28.79 -
YUV 216.69 72.87 128.93 -
System Red Green Blue C M Y K H S L
Decimal 218 235 119 0.07 0 0.49 0.08 68.79 0.74 0.69
Hex DA EB 77 7 0 31 8 45 4A 45
Octal 332 353 167 7 0 61 10 105 112 105
Binary 11011010 11101011 1110111 111 0 110001 1000 1000101 1001010 1000101

Color Harmonies of #DAEB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB77

Black with #DAEB77

Text Example


Text Example

White with #DAEB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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