Html Css Color HEX #DAF560 Mindaro

📋 copy color: '#DAF560'

red 218 ◦ green 245 ◦ blue 96

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

Shades of Mindaro #DAF560

Tints of Mindaro #DAF560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.17%

R = 39%
G = 43.83%
B = 17.17%

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

#DAF560 (or 0xDAF560) is known color: Mindaro. HEX triplet: DA, F5 and 60. RGB value is (218,245,96). Sum of RGB (Red+Green+Blue) = 218+245+96=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF560 is #250A9F. Grayscale: #DCDCDC. Windows color (decimal): -2427552 or 6354394. OLE color: 6354394.

HSL color Cylindrical-coordinate representation of color #DAF560: hue angle of 70.87º degrees, saturation: 0.88, 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 #DAF560 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 96 -
CMYK 0.11 0 0.61 0.04
HSL 70.87º 0.88% 0.67% -
HSV(B) 70.87º 0.61% 0.96% -
XYZ 63.68 81.05 23.36 -
YUV 219.94 58.05 126.62 -
System Red Green Blue C M Y K H S L
Decimal 218 245 96 0.11 0 0.61 0.04 70.87 0.88 0.67
Hex DA F5 60 B 0 3D 4 47 58 43
Octal 332 365 140 13 0 75 4 107 130 103
Binary 11011010 11110101 1100000 1011 0 111101 100 1000111 1011000 1000011

Color Harmonies of #DAF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF560

Black with #DAF560

Text Example


Text Example

White with #DAF560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF560; }

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

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

background-color css

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

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

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

border-color css

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

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

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