#DFFA69

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

Shades of Mindaro #DFFA69

Tints of Mindaro #DFFA69

Color information

#DFFA69 (or 0xDFFA69) is unknown color: approx Mindaro. HEX triplet: DF, FA and 69. RGB value is (223,250,105). Sum of RGB (Red+Green+Blue) = 223+250+105=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 105 (41.41% from 255 or 18.17% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFA69 is #200596. Grayscale: #E1E1E1. Windows color (decimal): -2098583 or 6945503. OLE color: 6945503.

HSL color Cylindrical-coordinate representation of color #DFFA69: hue angle of 71.17º degrees, saturation: 0.94, 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 #DFFA69 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB223250105-
CMYK0.1100.580.02
HSL71.17º93.55%69.61%-
HSV(B)71.17º58%98.04%-
XYZ67.1785.0826.25-
YUV225.460.05126.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 250 (98.05% from 255) = 43.25%
BLUE value IS 105 (41.41% from 255) = 18.17%
R=38.58%
G=43.25%
B=18.17%

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
Decimal2232501050.1100.580.0271.1793.5569.61
HexDFFA69B03A2475e46
Octal337372151130722107136106
Binary110111111111101011010011011011101010100011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFA69; }

 p { color: rgb(223,250,105); }

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

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

 a { background-color: rgb(223,250,105); }

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

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

 span { border-color: rgb(223,250,105); }

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