#DAF97C

Color #DAF97C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DAF97C

Tints of Mindaro #DAF97C

Color information

#DAF97C (or 0xDAF97C) is unknown color: approx 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

RGB218249124-
CMYK0.1200.500.02
HSL74.88º91.24%73.14%-
HSV(B)74.88º50.2%97.65%-
XYZ66.4384.1131.8-
YUV225.4870.73122.66-

RGB Variations

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

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 (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182491240.1200.500.0274.8891.2473.14
HexDAF97CC03224b5b49
Octal332371174140622113133111
Binary110110101111100111111001100011001010100101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>