Html Css Color HEX #DAF778 Mindaro

📋 copy color: '#DAF778'

red 218 ◦ green 247 ◦ blue 120

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

Shades of Mindaro #DAF778

Tints of Mindaro #DAF778

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.22%

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

R = 37.26%
G = 42.22%
B = 20.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#DAF778 (or 0xDAF778) is known color: Mindaro. HEX triplet: DA, F7 and 78. RGB value is (218,247,120). Sum of RGB (Red+Green+Blue) = 218+247+120=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 120 (47.27% from 255 or 20.51% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF778 is #250887. Grayscale: #E0E0E0. Windows color (decimal): -2427016 or 7927770. OLE color: 7927770.

HSL color Cylindrical-coordinate representation of color #DAF778: hue angle of 73.7º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAF778 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 120 -
CMYK 0.12 0 0.51 0.03
HSL 73.7º 0.89% 0.72% -
HSV(B) 73.7º 0.51% 0.97% -
XYZ 65.56 82.78 30.29 -
YUV 223.85 69.39 123.83 -
System Red Green Blue C M Y K H S L
Decimal 218 247 120 0.12 0 0.51 0.03 73.7 0.89 0.72
Hex DA F7 78 C 0 33 3 4A 59 48
Octal 332 367 170 14 0 63 3 112 131 110
Binary 11011010 11110111 1111000 1100 0 110011 11 1001010 1011001 1001000

Color Harmonies of #DAF778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF778

Black with #DAF778

Text Example


Text Example

White with #DAF778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF778; }

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

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

background-color css

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

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

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

border-color css

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

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

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