#DAFD5A

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

Shades of Mindaro #DAFD5A

Tints of Mindaro #DAFD5A

Color information

#DAFD5A (or 0xDAFD5A) is unknown color: approx Mindaro. HEX triplet: DA, FD and 5A. RGB value is (218,253,90). Sum of RGB (Red+Green+Blue) = 218+253+90=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD5A is #2502A5. Grayscale: #E0E0E0. Windows color (decimal): -2425510 or 5963226. OLE color: 5963226.

HSL color Cylindrical-coordinate representation of color #DAFD5A: hue angle of 72.88º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAFD5A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB21825390-
CMYK0.1400.640.01
HSL72.88º97.6%67.25%-
HSV(B)72.88º64.43%99.22%-
XYZ65.8885.8922.78-
YUV223.9552.4123.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 253 (99.22% from 255) = 45.10%
BLUE value IS 90 (35.55% from 255) = 16.04%
R=38.86%
G=45.10%
B=16.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218253900.1400.640.0172.8897.667.25
HexDAFD5AE0401496243
Octal3323751321601001111142103
Binary110110101111110110110101110010000001100100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD5A; }

 p { color: rgb(218,253,90); }

 H1.HeaderClassName
 {
   color: #DAFD5A;
 }
 .AnyTagClassName
 {
   color: #DAFD5A;
 }
</style>
background-color css

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

 a { background-color: rgb(218,253,90); }

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

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

 span { border-color: rgb(218,253,90); }

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