Html Css Color HEX #DAF16A Mindaro

📋 copy color: '#DAF16A'

red 218 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #DAF16A

Tints of Mindaro #DAF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.65%

 BLUE value IS 106 (41.8% from 255) = 18.76%

R = 38.58%
G = 42.65%
B = 18.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#DAF16A (or 0xDAF16A) is known color: Mindaro. HEX triplet: DA, F1 and 6A. RGB value is (218,241,106). Sum of RGB (Red+Green+Blue) = 218+241+106=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF16A is #250E95. Grayscale: #DBDBDB. Windows color (decimal): -2428566 or 7008730. OLE color: 7008730.

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

Color convert

RGB 218 241 106 -
CMYK 0.10 0 0.56 0.05
HSL 70.22º 0.83% 0.68% -
HSV(B) 70.22º 0.56% 0.95% -
XYZ 62.97 78.86 25.54 -
YUV 218.73 64.38 127.48 -
System Red Green Blue C M Y K H S L
Decimal 218 241 106 0.10 0 0.56 0.05 70.22 0.83 0.68
Hex DA F1 6A A 0 38 5 46 53 44
Octal 332 361 152 12 0 70 5 106 123 104
Binary 11011010 11110001 1101010 1010 0 111000 101 1000110 1010011 1000100

Color Harmonies of #DAF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF16A

Black with #DAF16A

Text Example


Text Example

White with #DAF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF16A; }

 p { color: rgb(218,241,106); }

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

background-color css

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

 a { background-color: rgb(218,241,106); }

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

border-color css

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

 span { border-color: rgb(218,241,106); }

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