Html Css Color HEX #DAF97C Mindaro

📋 copy color: '#DAF97C'

red 218 ◦ green 249 ◦ blue 124

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

Shades of Mindaro #DAF97C

Tints of Mindaro #DAF97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

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

R = 36.89%
G = 42.13%
B = 20.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DAF97C (or 0xDAF97C) is known color: Mindaro. HEX triplet: DA, F9 and 7C. RGB value is (218,249,124). Sum of RGB (Red+Green+Blue) = 218+249+124=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF97C is #250683. Grayscale: #E1E1E1. Windows color (decimal): -2426500 or 8190426. OLE color: 8190426.

HSL color Cylindrical-coordinate representation of color #DAF97C: hue angle of 74.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF97C is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 124 -
CMYK 0.12 0 0.50 0.02
HSL 74.88º 0.91% 0.73% -
HSV(B) 74.88º 0.5% 0.98% -
XYZ 66.43 84.11 31.8 -
YUV 225.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 218 249 124 0.12 0 0.50 0.02 74.88 0.91 0.73
Hex DA F9 7C C 0 32 2 4B 5B 49
Octal 332 371 174 14 0 62 2 113 133 111
Binary 11011010 11111001 1111100 1100 0 110010 10 1001011 1011011 1001001

Color Harmonies of #DAF97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF97C

Black with #DAF97C

Text Example


Text Example

White with #DAF97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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