Html Css Color HEX #DCF084 Mindaro

📋 copy color: '#DCF084'

red 220 ◦ green 240 ◦ blue 132

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

Shades of Mindaro #DCF084

Tints of Mindaro #DCF084

RGB

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

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

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

R = 37.16%
G = 40.54%
B = 22.3%

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

#DCF084 (or 0xDCF084) is known color: Mindaro. HEX triplet: DC, F0 and 84. RGB value is (220,240,132). Sum of RGB (Red+Green+Blue) = 220+240+132=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF084 is #230F7B. Grayscale: #DEDEDE. Windows color (decimal): -2297724 or 8712412. OLE color: 8712412.

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

Color convert

RGB 220 240 132 -
CMYK 0.08 0 0.45 0.06
HSL 71.11º 0.78% 0.73% -
HSV(B) 71.11º 0.45% 0.94% -
XYZ 64.84 79.2 33.7 -
YUV 221.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 220 240 132 0.08 0 0.45 0.06 71.11 0.78 0.73
Hex DC F0 84 8 0 2D 6 47 4E 49
Octal 334 360 204 10 0 55 6 107 116 111
Binary 11011100 11110000 10000100 1000 0 101101 110 1000111 1001110 1001001

Color Harmonies of #DCF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF084

Black with #DCF084

Text Example


Text Example

White with #DCF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF084; }

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

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

background-color css

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

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

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

border-color css

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

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

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