Html Css Color HEX #DAF166 Mindaro

📋 copy color: '#DAF166'

red 218 ◦ green 241 ◦ blue 102

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

Shades of Mindaro #DAF166

Tints of Mindaro #DAF166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.18%

R = 38.86%
G = 42.96%
B = 18.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DAF166 (or 0xDAF166) is known color: Mindaro. HEX triplet: DA, F1 and 66. RGB value is (218,241,102). Sum of RGB (Red+Green+Blue) = 218+241+102=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 102 (40.23% from 255 or 18.18% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF166 is #250E99. Grayscale: #DADADA. Windows color (decimal): -2428570 or 6746586. OLE color: 6746586.

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

Color convert

RGB 218 241 102 -
CMYK 0.10 0 0.58 0.05
HSL 69.93º 0.83% 0.67% -
HSV(B) 69.93º 0.58% 0.95% -
XYZ 62.77 78.78 24.47 -
YUV 218.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 218 241 102 0.10 0 0.58 0.05 69.93 0.83 0.67
Hex DA F1 66 A 0 3A 5 46 53 43
Octal 332 361 146 12 0 72 5 106 123 103
Binary 11011010 11110001 1100110 1010 0 111010 101 1000110 1010011 1000011

Color Harmonies of #DAF166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF166

Black with #DAF166

Text Example


Text Example

White with #DAF166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF166; }

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

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

background-color css

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

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

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

border-color css

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

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

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