Html Css Color HEX #DFF084 Mindaro

📋 copy color: '#DFF084'

red 223 ◦ green 240 ◦ blue 132

#DFF084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DFF084

Tints of Mindaro #DFF084

RGB

 RED value IS 223 (87.5% from 255) = 37.48%

 GREEN value IS 240 (94.14% from 255) = 40.34%

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 37.48%
G = 40.34%
B = 22.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DFF084 (or 0xDFF084) is known color: Mindaro. HEX triplet: DF, F0 and 84. RGB value is (223,240,132). Sum of RGB (Red+Green+Blue) = 223+240+132=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF084 is #200F7B. Grayscale: #DFDFDF. Windows color (decimal): -2101116 or 8712415. OLE color: 8712415.

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

Color convert

RGB 223 240 132 -
CMYK 0.07 0 0.45 0.06
HSL 69.44º 0.78% 0.73% -
HSV(B) 69.44º 0.45% 0.94% -
XYZ 65.76 79.67 33.74 -
YUV 222.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 223 240 132 0.07 0 0.45 0.06 69.44 0.78 0.73
Hex DF F0 84 7 0 2D 6 45 4E 49
Octal 337 360 204 7 0 55 6 105 116 111
Binary 11011111 11110000 10000100 111 0 101101 110 1000101 1001110 1001001

Color Harmonies of #DFF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF084

Black with #DFF084

Text Example


Text Example

White with #DFF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF084; }

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

 H1.HeaderClassName
 {
   color: #DFF084;
 }
 .AnyTagClassName
 {
   color: #DFF084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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