Html Css Color HEX #DAF468 Mindaro

📋 copy color: '#DAF468'

red 218 ◦ green 244 ◦ blue 104

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

Shades of Mindaro #DAF468

Tints of Mindaro #DAF468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.11%

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

R = 38.52%
G = 43.11%
B = 18.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#DAF468 (or 0xDAF468) is known color: Mindaro. HEX triplet: DA, F4 and 68. RGB value is (218,244,104). Sum of RGB (Red+Green+Blue) = 218+244+104=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF468 is #250B97. Grayscale: #DCDCDC. Windows color (decimal): -2427800 or 6878426. OLE color: 6878426.

HSL color Cylindrical-coordinate representation of color #DAF468: hue angle of 71.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF468 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 104 -
CMYK 0.11 0 0.57 0.04
HSL 71.14º 0.86% 0.68% -
HSV(B) 71.14º 0.57% 0.96% -
XYZ 63.76 80.61 25.29 -
YUV 220.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 218 244 104 0.11 0 0.57 0.04 71.14 0.86 0.68
Hex DA F4 68 B 0 39 4 47 56 44
Octal 332 364 150 13 0 71 4 107 126 104
Binary 11011010 11110100 1101000 1011 0 111001 100 1000111 1010110 1000100

Color Harmonies of #DAF468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF468

Black with #DAF468

Text Example


Text Example

White with #DAF468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF468; }

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

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

background-color css

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

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

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

border-color css

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

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

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