Html Css Color HEX #DAF561 Mindaro

📋 copy color: '#DAF561'

red 218 ◦ green 245 ◦ blue 97

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

Shades of Mindaro #DAF561

Tints of Mindaro #DAF561

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.75%

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

R = 38.93%
G = 43.75%
B = 17.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#DAF561 (or 0xDAF561) is known color: Mindaro. HEX triplet: DA, F5 and 61. RGB value is (218,245,97). Sum of RGB (Red+Green+Blue) = 218+245+97=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 97 (38.28% from 255 or 17.32% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF561 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF561 is #250A9E. Grayscale: #DCDCDC. Windows color (decimal): -2427551 or 6419930. OLE color: 6419930.

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

Color convert

RGB 218 245 97 -
CMYK 0.11 0 0.60 0.04
HSL 70.95º 0.88% 0.67% -
HSV(B) 70.95º 0.6% 0.96% -
XYZ 63.72 81.07 23.6 -
YUV 220.06 58.55 126.53 -
System Red Green Blue C M Y K H S L
Decimal 218 245 97 0.11 0 0.60 0.04 70.95 0.88 0.67
Hex DA F5 61 B 0 3C 4 47 58 43
Octal 332 365 141 13 0 74 4 107 130 103
Binary 11011010 11110101 1100001 1011 0 111100 100 1000111 1011000 1000011

Color Harmonies of #DAF561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF561

Black with #DAF561

Text Example


Text Example

White with #DAF561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF561; }

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

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

background-color css

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

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

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

border-color css

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

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

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