Html Css Color HEX #DAF679 Mindaro

📋 copy color: '#DAF679'

red 218 ◦ green 246 ◦ blue 121

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

Shades of Mindaro #DAF679

Tints of Mindaro #DAF679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.68%

R = 37.26%
G = 42.05%
B = 20.68%

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

#DAF679 (or 0xDAF679) is known color: Mindaro. HEX triplet: DA, F6 and 79. RGB value is (218,246,121). Sum of RGB (Red+Green+Blue) = 218+246+121=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF679 is #250986. Grayscale: #DFDFDF. Windows color (decimal): -2427271 or 7993050. OLE color: 7993050.

HSL color Cylindrical-coordinate representation of color #DAF679: hue angle of 73.44º degrees, saturation: 0.87, 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 #DAF679 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 121 -
CMYK 0.11 0 0.51 0.04
HSL 73.44º 0.87% 0.72% -
HSV(B) 73.44º 0.51% 0.96% -
XYZ 65.32 82.2 30.51 -
YUV 223.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 218 246 121 0.11 0 0.51 0.04 73.44 0.87 0.72
Hex DA F6 79 B 0 33 4 49 57 48
Octal 332 366 171 13 0 63 4 111 127 110
Binary 11011010 11110110 1111001 1011 0 110011 100 1001001 1010111 1001000

Color Harmonies of #DAF679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF679

Black with #DAF679

Text Example


Text Example

White with #DAF679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF679; }

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

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

background-color css

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

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

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

border-color css

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

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

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