Html Css Color HEX #DAFA62 Mindaro

📋 copy color: '#DAFA62'

red 218 ◦ green 250 ◦ blue 98

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

Shades of Mindaro #DAFA62

Tints of Mindaro #DAFA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.31%

R = 38.52%
G = 44.17%
B = 17.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DAFA62 (or 0xDAFA62) is known color: Mindaro. HEX triplet: DA, FA and 62. RGB value is (218,250,98). Sum of RGB (Red+Green+Blue) = 218+250+98=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 98 (38.67% from 255 or 17.31% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA62 is #25059D. Grayscale: #DFDFDF. Windows color (decimal): -2426270 or 6486746. OLE color: 6486746.

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

Color convert

RGB 218 250 98 -
CMYK 0.13 0 0.61 0.02
HSL 72.63º 0.94% 0.68% -
HSV(B) 72.63º 0.61% 0.98% -
XYZ 65.3 84.16 24.36 -
YUV 223.1 57.4 124.36 -
System Red Green Blue C M Y K H S L
Decimal 218 250 98 0.13 0 0.61 0.02 72.63 0.94 0.68
Hex DA FA 62 D 0 3D 2 49 5E 44
Octal 332 372 142 15 0 75 2 111 136 104
Binary 11011010 11111010 1100010 1101 0 111101 10 1001001 1011110 1000100

Color Harmonies of #DAFA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFA62

Black with #DAFA62

Text Example


Text Example

White with #DAFA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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