#DAFD7D

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

Shades of Mindaro #DAFD7D

Tints of Mindaro #DAFD7D

Color information

#DAFD7D (or 0xDAFD7D) is unknown color: approx Mindaro. HEX triplet: DA, FD and 7D. RGB value is (218,253,125). Sum of RGB (Red+Green+Blue) = 218+253+125=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD7D is #250282. Grayscale: #E4E4E4. Windows color (decimal): -2425475 or 8256986. OLE color: 8256986.

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

Color convert

RGB218253125-
CMYK0.1400.510.01
HSL76.41º96.97%74.12%-
HSV(B)76.41º50.59%99.22%-
XYZ67.7486.6432.55-
YUV227.9469.9120.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 125 (49.22% from 255) = 20.97%
R=36.58%
G=42.45%
B=20.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182531250.1400.510.0176.4196.9774.12
HexDAFD7DE03314c614a
Octal332375175160631114141112
Binary11011010111111011111101111001100111100110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD7D; }

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

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

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

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

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

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

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

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