Html Css Color HEX #DFF072 Mindaro

📋 copy color: '#DFF072'

red 223 ◦ green 240 ◦ blue 114

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

Shades of Mindaro #DFF072

Tints of Mindaro #DFF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.76%

R = 38.65%
G = 41.59%
B = 19.76%

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

#DFF072 (or 0xDFF072) is known color: Mindaro. HEX triplet: DF, F0 and 72. RGB value is (223,240,114). Sum of RGB (Red+Green+Blue) = 223+240+114=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF072 is #200F8D. Grayscale: #DDDDDD. Windows color (decimal): -2101134 or 7532767. OLE color: 7532767.

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

Color convert

RGB 223 240 114 -
CMYK 0.07 0 0.52 0.06
HSL 68.1º 0.81% 0.69% -
HSV(B) 68.1º 0.53% 0.94% -
XYZ 64.63 79.22 27.8 -
YUV 220.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 223 240 114 0.07 0 0.52 0.06 68.1 0.81 0.69
Hex DF F0 72 7 0 34 6 44 51 45
Octal 337 360 162 7 0 64 6 104 121 105
Binary 11011111 11110000 1110010 111 0 110100 110 1000100 1010001 1000101

Color Harmonies of #DFF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF072

Black with #DFF072

Text Example


Text Example

White with #DFF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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