Html Css Color HEX #DAF864 Mindaro

📋 copy color: '#DAF864'

red 218 ◦ green 248 ◦ blue 100

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

Shades of Mindaro #DAF864

Tints of Mindaro #DAF864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.82%

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

R = 38.52%
G = 43.82%
B = 17.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DAF864 (or 0xDAF864) is known color: Mindaro. HEX triplet: DA, F8 and 64. RGB value is (218,248,100). Sum of RGB (Red+Green+Blue) = 218+248+100=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF864 is #25079B. Grayscale: #DEDEDE. Windows color (decimal): -2426780 or 6617306. OLE color: 6617306.

HSL color Cylindrical-coordinate representation of color #DAF864: hue angle of 72.16º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAF864 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 100 -
CMYK 0.12 0 0.60 0.03
HSL 72.16º 0.91% 0.68% -
HSV(B) 72.16º 0.6% 0.97% -
XYZ 64.78 82.96 24.66 -
YUV 222.16 59.06 125.03 -
System Red Green Blue C M Y K H S L
Decimal 218 248 100 0.12 0 0.60 0.03 72.16 0.91 0.68
Hex DA F8 64 C 0 3C 3 48 5B 44
Octal 332 370 144 14 0 74 3 110 133 104
Binary 11011010 11111000 1100100 1100 0 111100 11 1001000 1011011 1000100

Color Harmonies of #DAF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF864

Black with #DAF864

Text Example


Text Example

White with #DAF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF864; }

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

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

background-color css

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

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

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

border-color css

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

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

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