Html Css Color HEX #DAFA64 Mindaro

📋 copy color: '#DAFA64'

red 218 ◦ green 250 ◦ blue 100

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

Shades of Mindaro #DAFA64

Tints of Mindaro #DAFA64

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.01%

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

R = 38.38%
G = 44.01%
B = 17.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#DAFA64 (or 0xDAFA64) is known color: Mindaro. HEX triplet: DA, FA and 64. RGB value is (218,250,100). Sum of RGB (Red+Green+Blue) = 218+250+100=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA64 is #25059B. Grayscale: #DFDFDF. Windows color (decimal): -2426268 or 6617818. OLE color: 6617818.

HSL color Cylindrical-coordinate representation of color #DAFA64: hue angle of 72.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAFA64 is Cyan = 0.13, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 250 100 -
CMYK 0.13 0 0.6 0.02
HSL 72.8º 0.94% 0.69% -
HSV(B) 72.8º 0.6% 0.98% -
XYZ 65.4 84.2 24.86 -
YUV 223.33 58.4 124.2 -
System Red Green Blue C M Y K H S L
Decimal 218 250 100 0.13 0 0.6 0.02 72.8 0.94 0.69
Hex DA FA 64 D 0 3C 2 49 5E 45
Octal 332 372 144 15 0 74 2 111 136 105
Binary 11011010 11111010 1100100 1101 0 111100 10 1001001 1011110 1000101

Color Harmonies of #DAFA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA64

Black with #DAFA64

Text Example


Text Example

White with #DAFA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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