Html Css Color HEX #DAFD68 Mindaro

📋 copy color: '#DAFD68'

red 218 ◦ green 253 ◦ blue 104

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

Shades of Mindaro #DAFD68

Tints of Mindaro #DAFD68

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44%

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

R = 37.91%
G = 44%
B = 18.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#DAFD68 (or 0xDAFD68) is known color: Mindaro. HEX triplet: DA, FD and 68. RGB value is (218,253,104). Sum of RGB (Red+Green+Blue) = 218+253+104=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD68 is #250297. Grayscale: #E2E2E2. Windows color (decimal): -2425496 or 6880730. OLE color: 6880730.

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

Color convert

RGB 218 253 104 -
CMYK 0.14 0 0.59 0.01
HSL 74.09º 0.97% 0.7% -
HSV(B) 74.09º 0.59% 0.99% -
XYZ 66.54 86.16 26.22 -
YUV 225.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 218 253 104 0.14 0 0.59 0.01 74.09 0.97 0.7
Hex DA FD 68 E 0 3B 1 4A 61 46
Octal 332 375 150 16 0 73 1 112 141 106
Binary 11011010 11111101 1101000 1110 0 111011 1 1001010 1100001 1000110

Color Harmonies of #DAFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFD68

Black with #DAFD68

Text Example


Text Example

White with #DAFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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