Html Css Color HEX #DFF080 Mindaro

📋 copy color: '#DFF080'

red 223 ◦ green 240 ◦ blue 128

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

Shades of Mindaro #DFF080

Tints of Mindaro #DFF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.66%

R = 37.73%
G = 40.61%
B = 21.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DFF080 (or 0xDFF080) is known color: Mindaro. HEX triplet: DF, F0 and 80. RGB value is (223,240,128). Sum of RGB (Red+Green+Blue) = 223+240+128=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF080 is #200F7F. Grayscale: #DEDEDE. Windows color (decimal): -2101120 or 8450271. OLE color: 8450271.

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

Color convert

RGB 223 240 128 -
CMYK 0.07 0 0.47 0.06
HSL 69.11º 0.79% 0.72% -
HSV(B) 69.11º 0.47% 0.94% -
XYZ 65.49 79.57 32.33 -
YUV 222.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 223 240 128 0.07 0 0.47 0.06 69.11 0.79 0.72
Hex DF F0 80 7 0 2F 6 45 4F 48
Octal 337 360 200 7 0 57 6 105 117 110
Binary 11011111 11110000 10000000 111 0 101111 110 1000101 1001111 1001000

Color Harmonies of #DFF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF080

Black with #DFF080

Text Example


Text Example

White with #DFF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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