Html Css Color HEX #DAF169 Mindaro

📋 copy color: '#DAF169'

red 218 ◦ green 241 ◦ blue 105

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

Shades of Mindaro #DAF169

Tints of Mindaro #DAF169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.62%

R = 38.65%
G = 42.73%
B = 18.62%

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

#DAF169 (or 0xDAF169) is known color: Mindaro. HEX triplet: DA, F1 and 69. RGB value is (218,241,105). Sum of RGB (Red+Green+Blue) = 218+241+105=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 105 (41.41% from 255 or 18.62% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF169 is #250E96. Grayscale: #DBDBDB. Windows color (decimal): -2428567 or 6943194. OLE color: 6943194.

HSL color Cylindrical-coordinate representation of color #DAF169: hue angle of 70.15º 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 #DAF169 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 105 -
CMYK 0.10 0 0.56 0.05
HSL 70.15º 0.83% 0.68% -
HSV(B) 70.15º 0.56% 0.95% -
XYZ 62.92 78.84 25.27 -
YUV 218.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 218 241 105 0.10 0 0.56 0.05 70.15 0.83 0.68
Hex DA F1 69 A 0 38 5 46 53 44
Octal 332 361 151 12 0 70 5 106 123 104
Binary 11011010 11110001 1101001 1010 0 111000 101 1000110 1010011 1000100

Color Harmonies of #DAF169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF169

Black with #DAF169

Text Example


Text Example

White with #DAF169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF169; }

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

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

background-color css

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

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

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

border-color css

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

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

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