Html Css Color HEX #DAF666 Mindaro

📋 copy color: '#DAF666'

red 218 ◦ green 246 ◦ blue 102

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

Shades of Mindaro #DAF666

Tints of Mindaro #DAF666

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.46%

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

R = 38.52%
G = 43.46%
B = 18.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DAF666 (or 0xDAF666) is known color: Mindaro. HEX triplet: DA, F6 and 66. RGB value is (218,246,102). Sum of RGB (Red+Green+Blue) = 218+246+102=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF666 is #250999. Grayscale: #DDDDDD. Windows color (decimal): -2427290 or 6747866. OLE color: 6747866.

HSL color Cylindrical-coordinate representation of color #DAF666: hue angle of 71.67º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAF666 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 102 -
CMYK 0.11 0 0.59 0.04
HSL 71.67º 0.89% 0.68% -
HSV(B) 71.67º 0.59% 0.96% -
XYZ 64.27 81.78 24.97 -
YUV 221.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 218 246 102 0.11 0 0.59 0.04 71.67 0.89 0.68
Hex DA F6 66 B 0 3B 4 48 59 44
Octal 332 366 146 13 0 73 4 110 131 104
Binary 11011010 11110110 1100110 1011 0 111011 100 1001000 1011001 1000100

Color Harmonies of #DAF666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF666

Black with #DAF666

Text Example


Text Example

White with #DAF666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF666; }

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

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

background-color css

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

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

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

border-color css

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

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

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