Html Css Color HEX #DAF57C Mindaro

📋 copy color: '#DAF57C'

red 218 ◦ green 245 ◦ blue 124

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

Shades of Mindaro #DAF57C

Tints of Mindaro #DAF57C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.74%

 BLUE value IS 124 (48.83% from 255) = 21.12%

R = 37.14%
G = 41.74%
B = 21.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DAF57C (or 0xDAF57C) is known color: Mindaro. HEX triplet: DA, F5 and 7C. RGB value is (218,245,124). Sum of RGB (Red+Green+Blue) = 218+245+124=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF57C is #250A83. Grayscale: #DFDFDF. Windows color (decimal): -2427524 or 8189402. OLE color: 8189402.

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

Color convert

RGB 218 245 124 -
CMYK 0.11 0 0.49 0.04
HSL 73.39º 0.86% 0.72% -
HSV(B) 73.39º 0.49% 0.96% -
XYZ 65.2 81.67 31.4 -
YUV 223.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 218 245 124 0.11 0 0.49 0.04 73.39 0.86 0.72
Hex DA F5 7C B 0 31 4 49 56 48
Octal 332 365 174 13 0 61 4 111 126 110
Binary 11011010 11110101 1111100 1011 0 110001 100 1001001 1010110 1001000

Color Harmonies of #DAF57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF57C

Black with #DAF57C

Text Example


Text Example

White with #DAF57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF57C; }

 p { color: rgb(218,245,124); }

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

background-color css

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

 a { background-color: rgb(218,245,124); }

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

border-color css

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

 span { border-color: rgb(218,245,124); }

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