Html Css Color HEX #DAF276 Mindaro

📋 copy color: '#DAF276'

red 218 ◦ green 242 ◦ blue 118

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

Shades of Mindaro #DAF276

Tints of Mindaro #DAF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.87%

 BLUE value IS 118 (46.48% from 255) = 20.42%

R = 37.72%
G = 41.87%
B = 20.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DAF276 (or 0xDAF276) is known color: Mindaro. HEX triplet: DA, F2 and 76. RGB value is (218,242,118). Sum of RGB (Red+Green+Blue) = 218+242+118=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF276 is #250D89. Grayscale: #DDDDDD. Windows color (decimal): -2428298 or 7795418. OLE color: 7795418.

HSL color Cylindrical-coordinate representation of color #DAF276: hue angle of 71.61º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAF276 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 118 -
CMYK 0.10 0 0.51 0.05
HSL 71.61º 0.83% 0.71% -
HSV(B) 71.61º 0.51% 0.95% -
XYZ 63.94 79.72 29.16 -
YUV 220.69 70.05 126.08 -
System Red Green Blue C M Y K H S L
Decimal 218 242 118 0.10 0 0.51 0.05 71.61 0.83 0.71
Hex DA F2 76 A 0 33 5 48 53 47
Octal 332 362 166 12 0 63 5 110 123 107
Binary 11011010 11110010 1110110 1010 0 110011 101 1001000 1010011 1000111

Color Harmonies of #DAF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF276

Black with #DAF276

Text Example


Text Example

White with #DAF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF276; }

 p { color: rgb(218,242,118); }

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

background-color css

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

 a { background-color: rgb(218,242,118); }

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

border-color css

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

 span { border-color: rgb(218,242,118); }

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