Html Css Color HEX #DAFE60 Mindaro

📋 copy color: '#DAFE60'

red 218 ◦ green 254 ◦ blue 96

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

Shades of Mindaro #DAFE60

Tints of Mindaro #DAFE60

RGB

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

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

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

R = 38.38%
G = 44.72%
B = 16.9%

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

#DAFE60 (or 0xDAFE60) is known color: Mindaro. HEX triplet: DA, FE and 60. RGB value is (218,254,96). Sum of RGB (Red+Green+Blue) = 218+254+96=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE60 is #25019F. Grayscale: #E1E1E1. Windows color (decimal): -2425248 or 6356698. OLE color: 6356698.

HSL color Cylindrical-coordinate representation of color #DAFE60: hue angle of 73.67º 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 #DAFE60 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 96 -
CMYK 0.14 0 0.62 0.00
HSL 73.67º 0.99% 0.69% -
HSV(B) 73.67º 0.62% 1% -
XYZ 66.47 86.63 24.29 -
YUV 225.22 55.07 122.85 -
System Red Green Blue C M Y K H S L
Decimal 218 254 96 0.14 0 0.62 0.00 73.67 0.99 0.69
Hex DA FE 60 E 0 3E 0 4A 63 45
Octal 332 376 140 16 0 76 0 112 143 105
Binary 11011010 11111110 1100000 1110 0 111110 0 1001010 1100011 1000101

Color Harmonies of #DAFE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE60

Black with #DAFE60

Text Example


Text Example

White with #DAFE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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