Html Css Color HEX #DFF074 Mindaro

📋 copy color: '#DFF074'

red 223 ◦ green 240 ◦ blue 116

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

Shades of Mindaro #DFF074

Tints of Mindaro #DFF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 38.51%
G = 41.45%
B = 20.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#DFF074 (or 0xDFF074) is known color: Mindaro. HEX triplet: DF, F0 and 74. RGB value is (223,240,116). Sum of RGB (Red+Green+Blue) = 223+240+116=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF074 is #200F8B. Grayscale: #DDDDDD. Windows color (decimal): -2101132 or 7663839. OLE color: 7663839.

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

Color convert

RGB 223 240 116 -
CMYK 0.07 0 0.52 0.06
HSL 68.23º 0.81% 0.7% -
HSV(B) 68.23º 0.52% 0.94% -
XYZ 64.74 79.27 28.41 -
YUV 220.78 68.87 129.58 -
System Red Green Blue C M Y K H S L
Decimal 223 240 116 0.07 0 0.52 0.06 68.23 0.81 0.7
Hex DF F0 74 7 0 34 6 44 51 46
Octal 337 360 164 7 0 64 6 104 121 106
Binary 11011111 11110000 1110100 111 0 110100 110 1000100 1010001 1000110

Color Harmonies of #DFF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF074

Black with #DFF074

Text Example


Text Example

White with #DFF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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