#DFF184

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

Shades of Mindaro #DFF184

Tints of Mindaro #DFF184

Color information

#DFF184 (or 0xDFF184) is unknown color: approx Mindaro. HEX triplet: DF, F1 and 84. RGB value is (223,241,132). Sum of RGB (Red+Green+Blue) = 223+241+132=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF184 is #200E7B. Grayscale: #DFDFDF. Windows color (decimal): -2100860 or 8712671. OLE color: 8712671.

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

Color convert

RGB223241132-
CMYK0.0700.450.05
HSL69.91º79.56%73.14%-
HSV(B)69.91º45.23%94.51%-
XYZ66.0580.2633.84-
YUV223.1976.54127.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 132 (51.95% from 255) = 22.15%
R=37.42%
G=40.44%
B=22.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232411320.0700.450.0569.9179.5673.14
HexDFF184702D5465049
Octal33736120470555106120111
Binary1101111111110001100001001110101101101100011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF184; }

 p { color: rgb(223,241,132); }

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

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

 a { background-color: rgb(223,241,132); }

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

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

 span { border-color: rgb(223,241,132); }

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