Html Css Color HEX #DAEF64 Mindaro

📋 copy color: '#DAEF64'

red 218 ◦ green 239 ◦ blue 100

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

Shades of Mindaro #DAEF64

Tints of Mindaro #DAEF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.91%

 BLUE value IS 100 (39.45% from 255) = 17.95%

R = 39.14%
G = 42.91%
B = 17.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DAEF64 (or 0xDAEF64) is known color: Mindaro. HEX triplet: DA, EF and 64. RGB value is (218,239,100). Sum of RGB (Red+Green+Blue) = 218+239+100=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEF64 is #25109B. Grayscale: #D9D9D9. Windows color (decimal): -2429084 or 6615002. OLE color: 6615002.

HSL color Cylindrical-coordinate representation of color #DAEF64: hue angle of 69.06º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAEF64 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 100 -
CMYK 0.09 0 0.58 0.06
HSL 69.06º 0.81% 0.66% -
HSV(B) 69.06º 0.58% 0.94% -
XYZ 62.08 77.56 23.75 -
YUV 216.88 62.04 128.8 -
System Red Green Blue C M Y K H S L
Decimal 218 239 100 0.09 0 0.58 0.06 69.06 0.81 0.66
Hex DA EF 64 9 0 3A 6 45 51 42
Octal 332 357 144 11 0 72 6 105 121 102
Binary 11011010 11101111 1100100 1001 0 111010 110 1000101 1010001 1000010

Color Harmonies of #DAEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF64

Black with #DAEF64

Text Example


Text Example

White with #DAEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF64; }

 p { color: rgb(218,239,100); }

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

background-color css

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

 a { background-color: rgb(218,239,100); }

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

border-color css

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

 span { border-color: rgb(218,239,100); }

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