Html Css Color HEX #DAFE61 Mindaro

📋 copy color: '#DAFE61'

red 218 ◦ green 254 ◦ blue 97

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

Shades of Mindaro #DAFE61

Tints of Mindaro #DAFE61

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.64%

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

R = 38.31%
G = 44.64%
B = 17.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#DAFE61 (or 0xDAFE61) is known color: Mindaro. HEX triplet: DA, FE and 61. RGB value is (218,254,97). Sum of RGB (Red+Green+Blue) = 218+254+97=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 97 (38.28% from 255 or 17.05% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE61 is #25019E. Grayscale: #E1E1E1. Windows color (decimal): -2425247 or 6422234. OLE color: 6422234.

HSL color Cylindrical-coordinate representation of color #DAFE61: hue angle of 73.76º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAFE61 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 97 -
CMYK 0.14 0 0.62 0.00
HSL 73.76º 0.99% 0.69% -
HSV(B) 73.76º 0.62% 1% -
XYZ 66.51 86.65 24.53 -
YUV 225.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 218 254 97 0.14 0 0.62 0.00 73.76 0.99 0.69
Hex DA FE 61 E 0 3E 0 4A 63 45
Octal 332 376 141 16 0 76 0 112 143 105
Binary 11011010 11111110 1100001 1110 0 111110 0 1001010 1100011 1000101

Color Harmonies of #DAFE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE61

Black with #DAFE61

Text Example


Text Example

White with #DAFE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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