Html Css Color HEX #DAE76B Mindaro

📋 copy color: '#DAE76B'

red 218 ◦ green 231 ◦ blue 107

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

Shades of Mindaro #DAE76B

Tints of Mindaro #DAE76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.24%

R = 39.21%
G = 41.55%
B = 19.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#DAE76B (or 0xDAE76B) is known color: Mindaro. HEX triplet: DA, E7 and 6B. RGB value is (218,231,107). Sum of RGB (Red+Green+Blue) = 218+231+107=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE76B is #251894. Grayscale: #D5D5D5. Windows color (decimal): -2431125 or 7071706. OLE color: 7071706.

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

Color convert

RGB 218 231 107 -
CMYK 0.06 0 0.54 0.09
HSL 66.29º 0.72% 0.66% -
HSV(B) 66.29º 0.54% 0.91% -
XYZ 60.14 73.12 24.85 -
YUV 212.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 218 231 107 0.06 0 0.54 0.09 66.29 0.72 0.66
Hex DA E7 6B 6 0 36 9 42 48 42
Octal 332 347 153 6 0 66 11 102 110 102
Binary 11011010 11100111 1101011 110 0 110110 1001 1000010 1001000 1000010

Color Harmonies of #DAE76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE76B

Black with #DAE76B

Text Example


Text Example

White with #DAE76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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