#DFF282

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

Shades of Mindaro #DFF282

Tints of Mindaro #DFF282

Color information

#DFF282 (or 0xDFF282) is unknown color: approx Mindaro. HEX triplet: DF, F2 and 82. RGB value is (223,242,130). Sum of RGB (Red+Green+Blue) = 223+242+130=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF282 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF282 is #200D7D. Grayscale: #DFDFDF. Windows color (decimal): -2100606 or 8581855. OLE color: 8581855.

HSL color Cylindrical-coordinate representation of color #DFF282: hue angle of 70.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFF282 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB223242130-
CMYK0.0800.460.05
HSL70.18º81.16%72.94%-
HSV(B)70.18º46.28%94.9%-
XYZ66.2180.833.23-
YUV223.5575.21127.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 130 (51.17% from 255) = 21.85%
R=37.48%
G=40.67%
B=21.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421300.0800.460.0570.1881.1672.94
HexDFF282802E5465149
Octal337362202100565106121111
Binary11011111111100101000001010000101110101100011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF282; }

 p { color: rgb(223,242,130); }

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

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

 a { background-color: rgb(223,242,130); }

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

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

 span { border-color: rgb(223,242,130); }

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