#DAFB5D

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

Shades of Mindaro #DAFB5D

Tints of Mindaro #DAFB5D

Color information

#DAFB5D (or 0xDAFB5D) is unknown color: approx Mindaro. HEX triplet: DA, FB and 5D. RGB value is (218,251,93). Sum of RGB (Red+Green+Blue) = 218+251+93=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFB5D is #2504A2. Grayscale: #DFDFDF. Windows color (decimal): -2426019 or 6159322. OLE color: 6159322.

HSL color Cylindrical-coordinate representation of color #DAFB5D: hue angle of 72.53º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAFB5D is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB21825193-
CMYK0.1300.630.02
HSL72.53º95.18%67.45%-
HSV(B)72.53º62.95%98.43%-
XYZ65.3984.6923.26-
YUV223.1254.57124.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 93 (36.72% from 255) = 16.55%
R=38.79%
G=44.66%
B=16.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218251930.1300.630.0272.5395.1867.45
HexDAFB5DD03F2495f43
Octal332373135150772111137103
Binary110110101111101110111011101011111110100100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB5D; }

 p { color: rgb(218,251,93); }

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

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

 a { background-color: rgb(218,251,93); }

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

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

 span { border-color: rgb(218,251,93); }

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