Html Css Color HEX #DAF678 Mindaro

📋 copy color: '#DAF678'

red 218 ◦ green 246 ◦ blue 120

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

Shades of Mindaro #DAF678

Tints of Mindaro #DAF678

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.12%

 BLUE value IS 120 (47.27% from 255) = 20.55%

R = 37.33%
G = 42.12%
B = 20.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#DAF678 (or 0xDAF678) is known color: Mindaro. HEX triplet: DA, F6 and 78. RGB value is (218,246,120). Sum of RGB (Red+Green+Blue) = 218+246+120=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 120 (47.27% from 255 or 20.55% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF678 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF678 is #250987. Grayscale: #DFDFDF. Windows color (decimal): -2427272 or 7927514. OLE color: 7927514.

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

Color convert

RGB 218 246 120 -
CMYK 0.11 0 0.51 0.04
HSL 73.33º 0.88% 0.72% -
HSV(B) 73.33º 0.51% 0.96% -
XYZ 65.26 82.17 30.19 -
YUV 223.26 69.72 124.25 -
System Red Green Blue C M Y K H S L
Decimal 218 246 120 0.11 0 0.51 0.04 73.33 0.88 0.72
Hex DA F6 78 B 0 33 4 49 58 48
Octal 332 366 170 13 0 63 4 111 130 110
Binary 11011010 11110110 1111000 1011 0 110011 100 1001001 1011000 1001000

Color Harmonies of #DAF678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF678

Black with #DAF678

Text Example


Text Example

White with #DAF678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF678; }

 p { color: rgb(218,246,120); }

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

background-color css

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

 a { background-color: rgb(218,246,120); }

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

border-color css

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

 span { border-color: rgb(218,246,120); }

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