Html Css Color HEX #DAF964 Mindaro

📋 copy color: '#DAF964'

red 218 ◦ green 249 ◦ blue 100

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

Shades of Mindaro #DAF964

Tints of Mindaro #DAF964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.92%

 BLUE value IS 100 (39.45% from 255) = 17.64%

R = 38.45%
G = 43.92%
B = 17.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#DAF964 (or 0xDAF964) is known color: Mindaro. HEX triplet: DA, F9 and 64. RGB value is (218,249,100). Sum of RGB (Red+Green+Blue) = 218+249+100=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF964 is #25069B. Grayscale: #DFDFDF. Windows color (decimal): -2426524 or 6617562. OLE color: 6617562.

HSL color Cylindrical-coordinate representation of color #DAF964: hue angle of 72.48º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAF964 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 100 -
CMYK 0.12 0 0.60 0.02
HSL 72.48º 0.93% 0.68% -
HSV(B) 72.48º 0.6% 0.98% -
XYZ 65.09 83.58 24.76 -
YUV 222.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 218 249 100 0.12 0 0.60 0.02 72.48 0.93 0.68
Hex DA F9 64 C 0 3C 2 48 5D 44
Octal 332 371 144 14 0 74 2 110 135 104
Binary 11011010 11111001 1100100 1100 0 111100 10 1001000 1011101 1000100

Color Harmonies of #DAF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF964

Black with #DAF964

Text Example


Text Example

White with #DAF964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF964; }

 p { color: rgb(218,249,100); }

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

background-color css

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

 a { background-color: rgb(218,249,100); }

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

border-color css

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

 span { border-color: rgb(218,249,100); }

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