#DFFB6A

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

Shades of Mindaro #DFFB6A

Tints of Mindaro #DFFB6A

Color information

#DFFB6A (or 0xDFFB6A) is unknown color: approx Mindaro. HEX triplet: DF, FB and 6A. RGB value is (223,251,106). Sum of RGB (Red+Green+Blue) = 223+251+106=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 106 (41.80% from 255 or 18.28% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFB6A is #200495. Grayscale: #E2E2E2. Windows color (decimal): -2098326 or 7011295. OLE color: 7011295.

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

Color convert

RGB223251106-
CMYK0.1100.580.02
HSL71.59º94.77%70%-
HSV(B)71.59º57.77%98.43%-
XYZ67.5385.7226.62-
YUV226.160.22125.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 251 (98.44% from 255) = 43.28%
BLUE value IS 106 (41.80% from 255) = 18.28%
R=38.45%
G=43.28%
B=18.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511060.1100.580.0271.5994.7770
HexDFFB6AB03A2485f46
Octal337373152130722110137106
Binary110111111111101111010101011011101010100100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFB6A; }

 p { color: rgb(223,251,106); }

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

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

 a { background-color: rgb(223,251,106); }

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

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

 span { border-color: rgb(223,251,106); }

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