Html Css Color HEX #DAF661 Mindaro

📋 copy color: '#DAF661'

red 218 ◦ green 246 ◦ blue 97

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

Shades of Mindaro #DAF661

Tints of Mindaro #DAF661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.29%

R = 38.86%
G = 43.85%
B = 17.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DAF661 (or 0xDAF661) is known color: Mindaro. HEX triplet: DA, F6 and 61. RGB value is (218,246,97). Sum of RGB (Red+Green+Blue) = 218+246+97=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 97 (38.28% from 255 or 17.29% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF661 is #25099E. Grayscale: #DDDDDD. Windows color (decimal): -2427295 or 6420186. OLE color: 6420186.

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

Color convert

RGB 218 246 97 -
CMYK 0.11 0 0.61 0.04
HSL 71.28º 0.89% 0.67% -
HSV(B) 71.28º 0.61% 0.96% -
XYZ 64.03 81.68 23.7 -
YUV 220.64 58.22 126.12 -
System Red Green Blue C M Y K H S L
Decimal 218 246 97 0.11 0 0.61 0.04 71.28 0.89 0.67
Hex DA F6 61 B 0 3D 4 47 59 43
Octal 332 366 141 13 0 75 4 107 131 103
Binary 11011010 11110110 1100001 1011 0 111101 100 1000111 1011001 1000011

Color Harmonies of #DAF661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF661

Black with #DAF661

Text Example


Text Example

White with #DAF661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF661; }

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

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

background-color css

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

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

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

border-color css

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

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

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