Html Css Color HEX #DAFE68 Mindaro

📋 copy color: '#DAFE68'

red 218 ◦ green 254 ◦ blue 104

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

Shades of Mindaro #DAFE68

Tints of Mindaro #DAFE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.06%

R = 37.85%
G = 44.1%
B = 18.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#DAFE68 (or 0xDAFE68) is known color: Mindaro. HEX triplet: DA, FE and 68. RGB value is (218,254,104). Sum of RGB (Red+Green+Blue) = 218+254+104=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE68 is #250197. Grayscale: #E2E2E2. Windows color (decimal): -2425240 or 6880986. OLE color: 6880986.

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

Color convert

RGB 218 254 104 -
CMYK 0.14 0 0.59 0.00
HSL 74.4º 0.99% 0.7% -
HSV(B) 74.4º 0.59% 1% -
XYZ 66.85 86.79 26.32 -
YUV 226.14 59.07 122.2 -
System Red Green Blue C M Y K H S L
Decimal 218 254 104 0.14 0 0.59 0.00 74.4 0.99 0.7
Hex DA FE 68 E 0 3B 0 4A 63 46
Octal 332 376 150 16 0 73 0 112 143 106
Binary 11011010 11111110 1101000 1110 0 111011 0 1001010 1100011 1000110

Color Harmonies of #DAFE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE68

Black with #DAFE68

Text Example


Text Example

White with #DAFE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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