Html Css Color HEX #DAF078 Mindaro

📋 copy color: '#DAF078'

red 218 ◦ green 240 ◦ blue 120

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

Shades of Mindaro #DAF078

Tints of Mindaro #DAF078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.52%

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

R = 37.72%
G = 41.52%
B = 20.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#DAF078 (or 0xDAF078) is known color: Mindaro. HEX triplet: DA, F0 and 78. RGB value is (218,240,120). Sum of RGB (Red+Green+Blue) = 218+240+120=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF078 is #250F87. Grayscale: #DCDCDC. Windows color (decimal): -2428808 or 7925978. OLE color: 7925978.

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

Color convert

RGB 218 240 120 -
CMYK 0.09 0 0.5 0.06
HSL 71º 0.8% 0.71% -
HSV(B) 71º 0.5% 0.94% -
XYZ 63.46 78.58 29.59 -
YUV 219.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 218 240 120 0.09 0 0.5 0.06 71 0.8 0.71
Hex DA F0 78 9 0 32 6 47 50 47
Octal 332 360 170 11 0 62 6 107 120 107
Binary 11011010 11110000 1111000 1001 0 110010 110 1000111 1010000 1000111

Color Harmonies of #DAF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF078

Black with #DAF078

Text Example


Text Example

White with #DAF078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF078; }

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

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

background-color css

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

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

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

border-color css

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

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

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