Html Css Color HEX #DAE76E Mindaro

📋 copy color: '#DAE76E'

red 218 ◦ green 231 ◦ blue 110

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

Shades of Mindaro #DAE76E

Tints of Mindaro #DAE76E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.32%

 BLUE value IS 110 (43.36% from 255) = 19.68%

R = 39%
G = 41.32%
B = 19.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DAE76E (or 0xDAE76E) is known color: Mindaro. HEX triplet: DA, E7 and 6E. RGB value is (218,231,110). Sum of RGB (Red+Green+Blue) = 218+231+110=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE76E is #251891. Grayscale: #D5D5D5. Windows color (decimal): -2431122 or 7268314. OLE color: 7268314.

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

Color convert

RGB 218 231 110 -
CMYK 0.06 0 0.52 0.09
HSL 66.45º 0.72% 0.67% -
HSV(B) 66.45º 0.52% 0.91% -
XYZ 60.3 73.18 25.7 -
YUV 213.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 218 231 110 0.06 0 0.52 0.09 66.45 0.72 0.67
Hex DA E7 6E 6 0 34 9 42 48 43
Octal 332 347 156 6 0 64 11 102 110 103
Binary 11011010 11100111 1101110 110 0 110100 1001 1000010 1001000 1000011

Color Harmonies of #DAE76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE76E

Black with #DAE76E

Text Example


Text Example

White with #DAE76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE76E; }

 p { color: rgb(218,231,110); }

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

background-color css

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

 a { background-color: rgb(218,231,110); }

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

border-color css

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

 span { border-color: rgb(218,231,110); }

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