Html Css Color HEX #DCF083 Mindaro

📋 copy color: '#DCF083'

red 220 ◦ green 240 ◦ blue 131

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

Shades of Mindaro #DCF083

Tints of Mindaro #DCF083

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

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

 BLUE value IS 131 (51.56% from 255) = 22.17%

R = 37.23%
G = 40.61%
B = 22.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#DCF083 (or 0xDCF083) is known color: Mindaro. HEX triplet: DC, F0 and 83. RGB value is (220,240,131). Sum of RGB (Red+Green+Blue) = 220+240+131=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF083 is #230F7C. Grayscale: #DEDEDE. Windows color (decimal): -2297725 or 8646876. OLE color: 8646876.

HSL color Cylindrical-coordinate representation of color #DCF083: hue angle of 71.01º 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 #DCF083 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 131 -
CMYK 0.08 0 0.45 0.06
HSL 71.01º 0.78% 0.73% -
HSV(B) 71.01º 0.45% 0.94% -
XYZ 64.77 79.17 33.34 -
YUV 221.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 220 240 131 0.08 0 0.45 0.06 71.01 0.78 0.73
Hex DC F0 83 8 0 2D 6 47 4E 49
Octal 334 360 203 10 0 55 6 107 116 111
Binary 11011100 11110000 10000011 1000 0 101101 110 1000111 1001110 1001001

Color Harmonies of #DCF083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF083

Black with #DCF083

Text Example


Text Example

White with #DCF083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF083; }

 p { color: rgb(220,240,131); }

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

background-color css

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

 a { background-color: rgb(220,240,131); }

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

border-color css

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

 span { border-color: rgb(220,240,131); }

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