Html Css Color HEX #DCF784 Mindaro

📋 copy color: '#DCF784'

red 220 ◦ green 247 ◦ blue 132

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

Shades of Mindaro #DCF784

Tints of Mindaro #DCF784

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.24%

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

R = 36.73%
G = 41.24%
B = 22.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#DCF784 (or 0xDCF784) is known color: Mindaro. HEX triplet: DC, F7 and 84. RGB value is (220,247,132). Sum of RGB (Red+Green+Blue) = 220+247+132=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 132 (51.95% from 255 or 22.04% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF784 is #23087B. Grayscale: #E2E2E2. Windows color (decimal): -2295932 or 8714204. OLE color: 8714204.

HSL color Cylindrical-coordinate representation of color #DCF784: hue angle of 74.09º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF784 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 132 -
CMYK 0.11 0 0.47 0.03
HSL 74.09º 0.88% 0.74% -
HSV(B) 74.09º 0.47% 0.97% -
XYZ 66.94 83.4 34.4 -
YUV 225.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 220 247 132 0.11 0 0.47 0.03 74.09 0.88 0.74
Hex DC F7 84 B 0 2F 3 4A 58 4A
Octal 334 367 204 13 0 57 3 112 130 112
Binary 11011100 11110111 10000100 1011 0 101111 11 1001010 1011000 1001010

Color Harmonies of #DCF784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF784

Black with #DCF784

Text Example


Text Example

White with #DCF784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF784; }

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

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

background-color css

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

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

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

border-color css

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

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

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