Html Css Color HEX #DAEB74 Mindaro

📋 copy color: '#DAEB74'

red 218 ◦ green 235 ◦ blue 116

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

Shades of Mindaro #DAEB74

Tints of Mindaro #DAEB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.39%

R = 38.31%
G = 41.3%
B = 20.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DAEB74 (or 0xDAEB74) is known color: Mindaro. HEX triplet: DA, EB and 74. RGB value is (218,235,116). Sum of RGB (Red+Green+Blue) = 218+235+116=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB74 is #25148B. Grayscale: #D8D8D8. Windows color (decimal): -2430092 or 7662554. OLE color: 7662554.

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

Color convert

RGB 218 235 116 -
CMYK 0.07 0 0.51 0.08
HSL 68.57º 0.75% 0.69% -
HSV(B) 68.57º 0.51% 0.92% -
XYZ 61.77 75.58 27.86 -
YUV 216.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 218 235 116 0.07 0 0.51 0.08 68.57 0.75 0.69
Hex DA EB 74 7 0 33 8 45 4B 45
Octal 332 353 164 7 0 63 10 105 113 105
Binary 11011010 11101011 1110100 111 0 110011 1000 1000101 1001011 1000101

Color Harmonies of #DAEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB74

Black with #DAEB74

Text Example


Text Example

White with #DAEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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