Html Css Color HEX #DAF279 Mindaro

📋 copy color: '#DAF279'

red 218 ◦ green 242 ◦ blue 121

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

Shades of Mindaro #DAF279

Tints of Mindaro #DAF279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

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

R = 37.52%
G = 41.65%
B = 20.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#DAF279 (or 0xDAF279) is known color: Mindaro. HEX triplet: DA, F2 and 79. RGB value is (218,242,121). Sum of RGB (Red+Green+Blue) = 218+242+121=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 121 (47.66% from 255 or 20.83% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF279 is #250D86. Grayscale: #DDDDDD. Windows color (decimal): -2428295 or 7992026. OLE color: 7992026.

HSL color Cylindrical-coordinate representation of color #DAF279: hue angle of 71.9º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF279 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 121 -
CMYK 0.10 0 0.50 0.05
HSL 71.9º 0.82% 0.71% -
HSV(B) 71.9º 0.5% 0.95% -
XYZ 64.12 79.79 30.11 -
YUV 221.03 71.55 125.84 -
System Red Green Blue C M Y K H S L
Decimal 218 242 121 0.10 0 0.50 0.05 71.9 0.82 0.71
Hex DA F2 79 A 0 32 5 48 52 47
Octal 332 362 171 12 0 62 5 110 122 107
Binary 11011010 11110010 1111001 1010 0 110010 101 1001000 1010010 1000111

Color Harmonies of #DAF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF279

Black with #DAF279

Text Example


Text Example

White with #DAF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF279; }

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

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

background-color css

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

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

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

border-color css

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

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

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