Html Css Color HEX #DAF76C Mindaro

📋 copy color: '#DAF76C'

red 218 ◦ green 247 ◦ blue 108

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

Shades of Mindaro #DAF76C

Tints of Mindaro #DAF76C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.11%

 BLUE value IS 108 (42.58% from 255) = 18.85%

R = 38.05%
G = 43.11%
B = 18.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#DAF76C (or 0xDAF76C) is known color: Mindaro. HEX triplet: DA, F7 and 6C. RGB value is (218,247,108). Sum of RGB (Red+Green+Blue) = 218+247+108=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 108 (42.58% from 255 or 18.85% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF76C is #250893. Grayscale: #DFDFDF. Windows color (decimal): -2427028 or 7141338. OLE color: 7141338.

HSL color Cylindrical-coordinate representation of color #DAF76C: hue angle of 72.52º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAF76C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 108 -
CMYK 0.12 0 0.56 0.03
HSL 72.52º 0.9% 0.7% -
HSV(B) 72.52º 0.56% 0.97% -
XYZ 64.88 82.51 26.69 -
YUV 222.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 218 247 108 0.12 0 0.56 0.03 72.52 0.9 0.7
Hex DA F7 6C C 0 38 3 49 5A 46
Octal 332 367 154 14 0 70 3 111 132 106
Binary 11011010 11110111 1101100 1100 0 111000 11 1001001 1011010 1000110

Color Harmonies of #DAF76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF76C

Black with #DAF76C

Text Example


Text Example

White with #DAF76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF76C; }

 p { color: rgb(218,247,108); }

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

background-color css

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

 a { background-color: rgb(218,247,108); }

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

border-color css

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

 span { border-color: rgb(218,247,108); }

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